The setting of the SG log levels and developer mode has been removed as this clashes with the output control set by the test suite main() function.
12 lines
222 B
CMake
12 lines
222 B
CMake
set(TESTSUITE_SOURCES
|
|
${TESTSUITE_SOURCES}
|
|
${CMAKE_CURRENT_SOURCE_DIR}/globals.cxx
|
|
PARENT_SCOPE
|
|
)
|
|
|
|
|
|
set(TESTSUITE_HEADERS
|
|
${TESTSUITE_HEADERS}
|
|
${CMAKE_CURRENT_SOURCE_DIR}/globals.hxx
|
|
PARENT_SCOPE
|
|
)
|