aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/CMakeLists.txt2
-rw-r--r--src/gmenuharness/CMakeLists.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index f886f81..6706222 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -313,7 +313,7 @@ install(
RUNTIME DESTINATION ${CMAKE_INSTALL_FULL_LIBEXECDIR}/ayatana-indicator-sound/
)
-if(UNITY_API_FOUND)
+if(LOMIRI_API_FOUND)
add_subdirectory(gmenuharness)
endif()
diff --git a/src/gmenuharness/CMakeLists.txt b/src/gmenuharness/CMakeLists.txt
index 761949b..71d060d 100644
--- a/src/gmenuharness/CMakeLists.txt
+++ b/src/gmenuharness/CMakeLists.txt
@@ -1,4 +1,4 @@
-include_directories(${UNITY_API_INCLUDE_DIRS})
+include_directories(${LOMIRI_API_INCLUDE_DIRS})
include_directories("${CMAKE_SOURCE_DIR}/include")