1set(MODULE_NAME ALLOCATIONS) 2 3set(${MODULE_NAME}_SOURCES 4 main.cpp 5 allocation_execute.cpp 6 allocation_fill.cpp 7 allocation_functions.cpp 8 allocation_utils.cpp 9) 10 11set_gnulike_module_compile_flags("-Wno-sign-compare") 12 13include(../CMakeCommon.txt) 14