e66db5ca3a
The CppUnit source is built as a static library and linked to the run_test_suite executable. The FlightGear CppUnit library is now build using CMake rather than using the Autotools build system.
6 lines
89 B
CMake
6 lines
89 B
CMake
add_subdirectory(cppunit)
|
|
|
|
set(CPPUNIT_HEADERS
|
|
${CPPUNIT_HEADERS}
|
|
PARENT_SCOPE
|
|
)
|