4 lines
113 B
CMake
4 lines
113 B
CMake
if (XO_ENABLE_EXAMPLES)
|
|
add_executable(indentlog_ex4 ex4.cpp)
|
|
xo_include_options2(indentlog_ex4)
|
|
endif()
|