Commit 195a6752 authored by Mccaskey, Alex's avatar Mccaskey, Alex
Browse files

bug fix for cmake plugin build for staq token handler

parent 2567f726
Loading
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -12,10 +12,12 @@
# *******************************************************************************/
set(LIBRARY_NAME qcor-staq-token)

file(GLOB SRC *.cpp)

usfunctiongetresourcesource(TARGET ${LIBRARY_NAME} OUT SRC)
usfunctiongeneratebundleinit(TARGET ${LIBRARY_NAME} OUT SRC)

add_library(${LIBRARY_NAME} SHARED staq_token_collector.cpp)
add_library(${LIBRARY_NAME} SHARED ${SRC})

target_include_directories(
  ${LIBRARY_NAME}