mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-16 07:01:33 +01:00
more headers
This commit is contained in:
@@ -61,10 +61,20 @@ add_library(slsReceiverShared SHARED
|
|||||||
${SOURCES}
|
${SOURCES}
|
||||||
${HEADERS}
|
${HEADERS}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
set(PUBLICHEADERS
|
||||||
|
include/sls_receiver_defs.h
|
||||||
|
include/ansi.h
|
||||||
|
include/sls_receiver_funcs.h
|
||||||
|
include/MySocketTCP.h
|
||||||
|
|
||||||
|
)
|
||||||
|
|
||||||
|
|
||||||
set_target_properties(slsReceiverShared PROPERTIES
|
set_target_properties(slsReceiverShared PROPERTIES
|
||||||
LIBRARY_OUTPUT_NAME SlsReceiver
|
LIBRARY_OUTPUT_NAME SlsReceiver
|
||||||
LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin
|
LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin
|
||||||
PUBLIC_HEADER "include/sls_receiver_defs.h;include/ansi.h;include/sls_receiver_funcs.h"
|
PUBLIC_HEADER "${PUBLICHEADERS}"
|
||||||
)
|
)
|
||||||
|
|
||||||
add_executable(slsReceiver
|
add_executable(slsReceiver
|
||||||
|
|||||||
Reference in New Issue
Block a user