1
0
Fork 0
flightgear/3rdparty/cppunit/include/CMakeLists.txt
Edward d'Auvergne e66db5ca3a TestSuite: Support for building the FlightGear bundled CppUnit library.
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.
2018-03-23 17:26:05 +01:00

6 lines
89 B
CMake

add_subdirectory(cppunit)
set(CPPUNIT_HEADERS
${CPPUNIT_HEADERS}
PARENT_SCOPE
)