xo-umbrella2/xo-randomgen/example/ex1/CMakeLists.txt

4 lines
113 B
CMake

if (XO_ENABLE_EXAMPLES)
add_executable(randomgen_ex1 ex1.cpp)
xo_include_options2(randomgen_ex1)
endif()