7 lines
168 B
CMake
7 lines
168 B
CMake
set(SELF_EXE indentlog_ex1)
|
|
set(SELF_SRCS ex1.cpp)
|
|
|
|
if (XO_ENABLE_EXAMPLES)
|
|
add_executable(${SELF_EXE} ${SELF_SRCS})
|
|
xo_include_options2(indentlog_ex1)
|
|
endif()
|