- Fixed some more compilation issues
- Added some more information to the licensing section of README.md
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
cmake_minimum_required(VERSION 3.30)
|
||||
project(fennec-metaprogramming)
|
||||
|
||||
set(CMAKE_CXX_STANDARD 26)
|
||||
set(CMAKE_CXX_STANDARD 23)
|
||||
|
||||
add_executable(fennec-metaprogramming main.cpp
|
||||
float.h
|
||||
@@ -14,8 +14,6 @@ add_custom_command(
|
||||
VERBATIM
|
||||
)
|
||||
|
||||
target_link_libraries(fennec-metaprogramming PRIVATE)
|
||||
|
||||
add_custom_target(
|
||||
metaprogramming
|
||||
DEPENDS .metaprogramming
|
||||
|
||||
Reference in New Issue
Block a user