diff options
author | Vaxry <[email protected]> | 2023-12-06 21:52:01 +0000 |
---|---|---|
committer | Vaxry <[email protected]> | 2023-12-06 23:31:04 +0000 |
commit | 6e3c90908727b638ecf914be1a10baa26fe2c08b (patch) | |
tree | 7502f8d965abc82de6546aa87b2b8dbd0c77e85e | |
parent | 9d1fe32f39de9cb900955e4e005aafbde1744675 (diff) | |
download | Hyprland-6e3c90908727b638ecf914be1a10baa26fe2c08b.tar.gz Hyprland-6e3c90908727b638ecf914be1a10baa26fe2c08b.zip |
cmakelists: remove includes
-rw-r--r-- | hyprpm/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hyprpm/CMakeLists.txt b/hyprpm/CMakeLists.txt index 976977fa..e9cbefa1 100644 --- a/hyprpm/CMakeLists.txt +++ b/hyprpm/CMakeLists.txt @@ -12,4 +12,3 @@ 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") |