summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-09-04 22:47:40 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-09-04 22:47:40 +1000
commite6483d793245ee6a0faba895ee8c13c9aed75409 (patch)
tree88ccd0311aa7c74b725b0b332219fdf6f6fc034a /CMakeLists.txt
parentinternal: remove beat-detector.cpp (diff)
downloadcaelestia-shell-e6483d793245ee6a0faba895ee8c13c9aed75409.tar.gz
caelestia-shell-e6483d793245ee6a0faba895ee8c13c9aed75409.tar.bz2
caelestia-shell-e6483d793245ee6a0faba895ee8c13c9aed75409.zip
internal: rename assets -> extras
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 4a16642..7b95855 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -34,7 +34,7 @@ set(CMAKE_CXX_EXTENSIONS OFF)
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/lib")
set(DISTRIBUTOR "Unset" CACHE STRING "Distributor")
-set(ENABLE_MODULES "assets;plugin;shell" CACHE STRING "Modules to build/install")
+set(ENABLE_MODULES "extras;plugin;shell" CACHE STRING "Modules to build/install")
set(INSTALL_LIBDIR "usr/lib/caelestia" CACHE STRING "Library install dir")
set(INSTALL_QMLDIR "usr/lib/qt6/qml" CACHE STRING "QML install dir")
set(INSTALL_QSCONFDIR "etc/xdg/quickshell/caelestia" CACHE STRING "Quickshell config install dir")
@@ -51,8 +51,8 @@ if(CMAKE_CXX_COMPILER_ID MATCHES "Clang")
add_compile_options(-Wunused-lambda-capture)
endif()
-if("assets" IN_LIST ENABLE_MODULES)
- add_subdirectory(assets/cpp)
+if("extras" IN_LIST ENABLE_MODULES)
+ add_subdirectory(extras)
endif()
if("plugin" IN_LIST ENABLE_MODULES)