mirror of
https://github.com/hyprwm/Hyprland
synced 2024-12-25 08:09:51 +01:00
move tomlpp to a dep
This commit is contained in:
parent
c8ef1ec26b
commit
9b61def87e
3 changed files with 3 additions and 5 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -10,6 +10,3 @@
|
|||
[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
|
||||
|
|
|
@ -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
|
Loading…
Reference in a new issue