move tomlpp to a dep

This commit is contained in:
Vaxry 2023-12-06 21:49:25 +00:00
parent c8ef1ec26b
commit 9b61def87e
3 changed files with 3 additions and 5 deletions

5
.gitmodules vendored
View File

@ -9,7 +9,4 @@
url = https://github.com/canihavesomecoffee/udis86
[submodule "subprojects/tracy"]
path = subprojects/tracy
url = https://github.com/wolfpld/tracy
[submodule "hyprpm/subprojects/tomlpp"]
path = hyprpm/subprojects/tomlpp
url = https://github.com/marzer/tomlplusplus
url = https://github.com/wolfpld/tracy

View File

@ -9,5 +9,7 @@ file(GLOB_RECURSE SRCFILES CONFIGURE_DEPENDS "src/*.cpp")
set(CMAKE_CXX_STANDARD 23)
pkg_check_modules(deps REQUIRED IMPORTED_TARGET tomlplusplus)
add_executable(hyprpm ${SRCFILES})
target_include_directories(hyprpm PUBLIC "." "subprojects/tomlpp/include")

@ -1 +0,0 @@
Subproject commit d8fa9a1fddc90254cac2366dde23f0b613bc1280