Skip to content

Commit

Permalink
New and improved build tool
Browse files Browse the repository at this point in the history
  • Loading branch information
Madman10K committed May 7, 2024
1 parent 998ca99 commit 41271e6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,8 @@ if (USE_OS_MODULE)
pkg_check_modules(UntitledDBusUtils REQUIRED UntitledDBusUtils)

link_directories(${UntitledDBusUtils_LIBRARY_DIRS})
list(APPEND LM_INCLUDE_DIRS ${UntitledDBusUtils_INCLUDE_DIRS})
string(REPLACE " " ";" DBUS_DIRS "${UntitledDBusUtils_INCLUDE_DIRS}")
include_directories(${DBUS_DIRS})
list(APPEND ENABLED_LIBRARIES UntitledDBusUtils)
pkg_get_variable(UDBUS_COMPILE_DEFS UntitledDBusUtils compile_defs)
list(APPEND VENDOR_COMPILE_DEFS ${UDBUS_COMPILE_DEFS})
Expand Down

0 comments on commit 41271e6

Please sign in to comment.