Parsodus/examples/CMakeLists.txt

5 lines
93 B
CMake

add_subdirectory(json)
add_subdirectory(calc)
add_custom_target(examples DEPENDS json calc)