CMakeLists.txt 64 B

123
  1. if(NOT CMAKE_CROSSCOMPILING)
  2. add_subdirectory(Catch2)
  3. endif()