14 lines
550 B
Diff
14 lines
550 B
Diff
diff --git application/CMakeLists.txt application/CMakeLists.txt
|
|
index df1f64c..9ac74f8 100644
|
|
--- application/CMakeLists.txt
|
|
+++ application/CMakeLists.txt
|
|
@@ -6,7 +6,7 @@ project(albert)
|
|
add_executable(${PROJECT_NAME} main.cpp)
|
|
|
|
# Link target to libraries
|
|
-target_link_libraries(${PROJECT_NAME} PRIVATE albertcore)
|
|
+target_link_libraries(${PROJECT_NAME} PRIVATE albertcore xdg globalshortcut)
|
|
|
|
# Set the RPATH for the library lookup
|
|
set_target_properties(${PROJECT_NAME} PROPERTIES INSTALL_RPATH "$ORIGIN/../${CMAKE_INSTALL_LIBDIR}/albert/")
|