mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-02 14:26:00 +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
5
.gitmodules
vendored
5
.gitmodules
vendored
|
@ -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
|
|
@ -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