Skip to content

Commit c5548bf

Browse files
committed
Complete CMakeLists.txt
1 parent 21c967e commit c5548bf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,7 @@ cmake_minimum_required(VERSION 3.16.3)
22
project(YSTDLIB_CPP LANGUAGES CXX)
33

44
set(YSTDLIB_CPP_VERSION "0.0.1" CACHE STRING "Project version.")
5+
6+
add_executable(dummy)
7+
target_sources(dummy PRIVATE ystdlib/hello.cpp)
8+
target_compile_features(dummy PRIVATE cxx_std_20)

0 commit comments

Comments
 (0)