remove kari.hpp submodule

This commit is contained in:
BlackMATov
2021-11-22 13:49:36 +07:00
parent 77a0efaaf3
commit 0cf2a0b07b
3 changed files with 10 additions and 6 deletions

3
.gitmodules vendored
View File

@@ -1,9 +1,6 @@
[submodule "vendors/enum.hpp"]
path = vendors/enum.hpp
url = https://github.com/BlackMATov/enum.hpp
[submodule "vendors/kari.hpp"]
path = vendors/kari.hpp
url = https://github.com/BlackMATov/kari.hpp
[submodule "vendors/doctest"]
path = vendors/doctest
url = https://github.com/onqtam/doctest

View File

@@ -10,10 +10,9 @@ endif()
project(meta.hpp)
add_subdirectory(vendors/enum.hpp)
add_subdirectory(vendors/kari.hpp)
add_library(${PROJECT_NAME} INTERFACE)
target_link_libraries(${PROJECT_NAME} INTERFACE enum.hpp kari.hpp)
target_link_libraries(${PROJECT_NAME} INTERFACE enum.hpp)
target_compile_features(${PROJECT_NAME} INTERFACE cxx_std_20)
target_include_directories(${PROJECT_NAME} INTERFACE headers)
@@ -26,6 +25,15 @@ target_compile_options(${PROJECT_NAME}
>
INTERFACE
$<$<OR:$<CXX_COMPILER_ID:Clang>,$<CXX_COMPILER_ID:AppleClang>>:
-Wno-c++98-compat
-Wno-c++98-compat-pedantic
-Wno-ctad-maybe-unsupported
-Wno-exit-time-destructors
-Wno-float-equal
-Wno-padded
-Wno-shadow-field-in-constructor
-Wno-unknown-warning-option
-Wno-weak-vtables
>)
if(BUILD_AS_STANDALONE)

1
vendors/kari.hpp vendored

Submodule vendors/kari.hpp deleted from 3b9dea6dc7