NothinFancy/NothinFancy/CMakeLists.txt

6 lines
167 B
CMake

# NF library CMakeLists.txt
add_library(NothinFancy STATIC "src/Engine.cpp" "src/include/nf.h")
# Use C++20
set_property(TARGET NothinFancy PROPERTY CXX_STANDARD 20)