We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9e9fe9 commit df8f71fCopy full SHA for df8f71f
src/tests/CMakeLists.txt
@@ -4,11 +4,9 @@ add_subdirectory(servers)
4
add_subdirectory(system)
5
add_subdirectory(vos)
6
7
-if(CMAKE_BUILD_TYPE STREQUAL "Debug")
8
add_definitions(-DNO_ELF_SYMBOL_PATCHING)
9
-endif()
10
11
include_directories("${PROJECT_SOURCE_DIR}/headers/tools/cppunit")
12
13
AddOn(libexampletest SHARED SOURCES ExampleTestAddon.cpp ExampleTest.cpp)
14
-Application(UnitTester SOURCES UnitTester.cpp LIBS be root cppunit)
+Application(UnitTester SOURCES UnitTester.cpp LIBS be root cppunit RDEF UnitTester.rdef )
0 commit comments