huge structure refactoring

This commit is contained in:
BlackMATov
2022-02-05 05:56:22 +07:00
parent bb2a3ead6b
commit fd0d5ed4b2
91 changed files with 4056 additions and 1739 deletions

View File

@@ -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)