xo-alloc/example/hello/CMakeLists.txt

4 lines
99 B
CMake

if (XO_ENABLE_EXAMPLES)
add_executable(hello hello.cpp)
xo_include_options2(hello)
endif()