7 lines
89 B
CMake
7 lines
89 B
CMake
add_subdirectory(cppunit)
|
|
|
|
set(CPPUNIT_SOURCES
|
|
${CPPUNIT_SOURCES}
|
|
PARENT_SCOPE
|
|
)
|