mirror of
https://github.com/BlackMATov/meta.hpp.git
synced 2025-12-15 03:45:30 +07:00
huge structure refactoring
This commit is contained in:
@@ -9,10 +9,7 @@ endif()
|
||||
|
||||
project(meta.hpp)
|
||||
|
||||
add_subdirectory(vendors/enum.hpp)
|
||||
|
||||
add_library(${PROJECT_NAME} INTERFACE)
|
||||
target_link_libraries(${PROJECT_NAME} INTERFACE enum.hpp)
|
||||
target_compile_features(${PROJECT_NAME} INTERFACE cxx_std_20)
|
||||
target_include_directories(${PROJECT_NAME} INTERFACE headers)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user