# xo-unit/example/ex3/CMakeLists.txt set(SELF_EXE xo_unit_ex3) set(SELF_SRCS ex3.cpp) add_executable(${SELF_EXE} ${SELF_SRCS}) xo_include_options2(${SELF_EXE}) # ---------------------------------------------------------------- # dependencies.. xo_self_dependency(${SELF_EXE} xo_unit) # end CMakeLists.txt