CHG: changed cmakelists of using modules

This commit is contained in:
Henry Winkel
2022-12-20 17:24:36 +01:00
parent 7cc270bf09
commit 8c6bb1bb0d
4 changed files with 854 additions and 16 deletions

View File

@@ -1,6 +1,6 @@
cmake_minimum_required (VERSION 3.1 FATAL_ERROR)
project (whisper-com VERSION 0.1.0 LANGUAGES CXX C)
set(CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake/Modules)
set(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake/Modules)
include(defaultOptions)
IF(NOT TARGET Catch2)