CMakeLists.txt 159 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 find_package (Catch REQUIRED) include_directories (${CATCH_INCLUDE_DIRS}) add_executable (main main.cpp) set_property(TARGET main PROPERTY CXX_STANDARD 11)