
fwLoadProperties()

find_package(CppUnit QUIET REQUIRED)

fwInclude(
    ${CPPUNIT_INCLUDE_DIR}
)

fwLink(
    ${CPPUNIT_LIBRARY}
)
