##// END OF EJS Templates
Added build interface for TestUtils...
jeandet -
r37:e3779b99a071
parent child
Show More
@@ -7,6 +7,9 FILE (GLOB_RECURSE TestUtilsSources
7
7
8 add_library(TestUtils ${TestUtilsSources})
8 add_library(TestUtils ${TestUtilsSources})
9 target_link_libraries(TestUtils sciqlopcore Qt5::Test)
9 target_link_libraries(TestUtils sciqlopcore Qt5::Test)
10 target_include_directories(TestUtils PUBLIC
11 $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}>/TestUtils
12 )
10
13
11 declare_test(TestStringUtils TestStringUtils Common/TestStringUtils.cpp "sciqlopcore;Qt5::Test")
14 declare_test(TestStringUtils TestStringUtils Common/TestStringUtils.cpp "sciqlopcore;Qt5::Test")
12
15
General Comments 0
You need to be logged in to leave comments. Login now