Skip to content

Commit

Permalink
Remove ECM dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
samuel-jimenez committed Nov 21, 2024
1 parent 2caeb4d commit 0778803
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
5 changes: 5 additions & 0 deletions .kateproject.build.in
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@
"name": "Clean",
"run_cmd": ""
},
{
"build_cmd": "make cache",
"name": "Rebuild cache",
"run_cmd": ""
},
{
"build_cmd": "cd build && cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=/usr/local -DCMAKE_EXPORT_COMPILE_COMMANDS=1 ..",
"name": "Config",
Expand Down
3 changes: 0 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ cmake_minimum_required(VERSION 3.10)
project(plasma-luna3)


find_package(ECM 1.4.0 REQUIRED NO_MODULE)
set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})

find_package(Plasma REQUIRED)


Expand Down
3 changes: 0 additions & 3 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ cmake_minimum_required(VERSION 3.10)

project(plasma-luna3)

find_package(ECM 1.4.0 REQUIRED NO_MODULE)
set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})


add_custom_target(shaders ALL
DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/shadow.qsb
Expand Down

0 comments on commit 0778803

Please sign in to comment.