mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-04-01 18:40:42 +02:00
Merge branch 'mochaa/cmake-pkgconfig-export' into 'main'
CMake: set INTERFACE_COMPILE_OPTIONS instead of INTERFACE_COMPILE_DEFINITIONS See merge request dbus/dbus!542
This commit is contained in:
commit
1f41cd015f
1 changed files with 1 additions and 1 deletions
|
|
@ -77,4 +77,4 @@ add_library(dbus-1 SHARED IMPORTED)
|
|||
set_property(TARGET dbus-1 APPEND PROPERTY IMPORTED_LOCATION ${DBus1_LIBRARY})
|
||||
set_property(TARGET dbus-1 APPEND PROPERTY IMPORTED_IMPLIB ${DBus1_LIBRARY})
|
||||
set_property(TARGET dbus-1 APPEND PROPERTY INTERFACE_INCLUDE_DIRECTORIES ${DBus1_INCLUDE_DIRS})
|
||||
set_property(TARGET dbus-1 APPEND PROPERTY INTERFACE_COMPILE_DEFINITIONS ${DBus1_DEFINITIONS})
|
||||
set_property(TARGET dbus-1 APPEND PROPERTY INTERFACE_COMPILE_OPTIONS ${DBus1_DEFINITIONS})
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue