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 11include(../CMakeCommon.txt) 12
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 11include(../CMakeCommon.txt) 12