mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-09 06:08:01 +02:00
parent
b49e278667
commit
2f3403c37b
1 changed files with 4 additions and 0 deletions
|
|
@ -503,8 +503,12 @@ set (DBUS_INTERNAL_LIBRARY_DEFINITIONS "-DDBUS_STATIC_BUILD")
|
|||
set (DBUS_INTERNAL_CLIENT_DEFINITIONS "-DDBUS_STATIC_BUILD")
|
||||
|
||||
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/config.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config.h )
|
||||
|
||||
if (WIN32)
|
||||
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/dbus-env.bat.cmake ${CMAKE_BINARY_DIR}/bin/dbus-env.bat )
|
||||
install_files(/bin FILES ${CMAKE_BINARY_DIR}/bin/dbus-env.bat)
|
||||
endif()
|
||||
|
||||
add_definitions(-DHAVE_CONFIG_H=1)
|
||||
|
||||
########### subdirs ###############
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue