mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-23 18:17:59 +02:00
New filename structure (#38)
* WIP * WIP * linking names * define for hdf5 * minor * addressed comments
This commit is contained in:

committed by
Dhanya Thattil

parent
6b7d9445aa
commit
1a9755ad0b
@ -1,24 +1,4 @@
|
||||
# include_directories(
|
||||
# ${PROJECT_SOURCE_DIR}/catch
|
||||
# )
|
||||
|
||||
# set(SOURCES
|
||||
# test.cpp
|
||||
# test-GeneralData.cpp
|
||||
# )
|
||||
|
||||
#target_sources(tests PRIVATE ${CMAKE_CURRENT_SOURCE_DIR}/test-GeneralData.cpp)
|
||||
|
||||
# add_executable(testSlsReceiver ${SOURCES})
|
||||
# target_link_libraries(testSlsReceiver
|
||||
# slsSupportLib
|
||||
# slsDetectorShared
|
||||
# slsReceiverShared
|
||||
# pthread
|
||||
# rt
|
||||
# )
|
||||
# set_target_properties(testSlsReceiver PROPERTIES
|
||||
# RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin
|
||||
# )
|
||||
# #TODO! Move to automatic test discovery
|
||||
# add_test(test-testSlsReceiver ${CMAKE_BINARY_DIR}/bin/testSlsReceiver)
|
||||
target_sources(tests PRIVATE
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/test-GeneralData.cpp
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/test-FileNames.cpp
|
||||
)
|
Reference in New Issue
Block a user