xo-randomgen/example/ex2/CMakeLists.txt

5 lines
156 B
CMake

if (XO_ENABLE_EXAMPLES)
add_executable(randomgen_ex2 ex2.cpp)
xo_include_options2(randomgen_ex2)
xo_dependency(randomgen_ex2 indentlog)
endif()