xo-umbrella2/xo-randomgen/example/ex1/CMakeLists.txt
Roland Conybeare 8da97cc60a bugfix: misuse of xo_self_headeronly_dependency() [BUILD]
should only be used in header-only library targets,
never in executable targets
2026-07-25 16:50:11 -04:00

5 lines
161 B
CMake

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