diff --git a/CMakeLists.txt b/CMakeLists.txt index 1391c63..0174295 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,16 +1,16 @@ -cmake_minimum_required(VERSION 3.20) -project(WV_CORE LANGUAGES CXX) +cmake_minimum_required(VERSION 3.24) +project(WVCore LANGUAGES CXX) set(CMAKE_CXX_STANDARD 20) set(CMAKE_CXX_STANDARD_REQUIRED ON) -add_library(WV_CORE STATIC +add_library(WVCore STATIC src/Test.cpp ) -target_include_directories(WV_CORE PUBLIC +target_include_directories(WVCore PUBLIC $ $ ) -target_compile_features(WV_CORE PUBLIC cxx_std_20) \ No newline at end of file +target_compile_features(WVCore PUBLIC cxx_std_20) \ No newline at end of file