should only be used in header-only library targets, never in executable targets
5 lines
161 B
CMake
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()
|