CMakeLists.txt 135 Bytes Edit Raw Blame History 1 2 3 4 add_executable(try try.cpp) target_link_libraries(try PUBLIC CLI) add_executable(try1 try1.cpp) target_link_libraries(try1 PUBLIC CLI)