1set(MODULE_NAME GEOMETRICS) 2 3set(${MODULE_NAME}_SOURCES 4 main.cpp 5 test_geometrics_double.cpp 6 test_geometrics.cpp 7) 8 9set_gnulike_module_compile_flags("-Wno-sign-compare") 10 11include(../CMakeCommon.txt) 12 13