subrepo: subdir: "xo-randomgen" merged: "b9b7650d" upstream: origin: "git@github.com:Rconybea/xo-randomgen.git" branch: "main" commit: "b9b7650d" git-subrepo: version: "0.4.9" origin: "???" commit: "???"
5 lines
156 B
CMake
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()
|