aboutsummaryrefslogtreecommitdiffstats
path: root/bindings/intrinsics/CMakeLists.txt
blob: c6ff8ef4029232b6a23c296123d4e2739853858b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
INCLUDE_DIRECTORIES(${include_dirs})

##################################################
# DBus Binding
##################################################
ADD_LIBRARY(afb-dbus-binding MODULE afb-dbus-binding.c)
SET_TARGET_PROPERTIES(afb-dbus-binding PROPERTIES
	PREFIX ""
	LINK_FLAGS "-Wl,--version-script=${CMAKE_CURRENT_SOURCE_DIR}/export.map"
)
TARGET_LINK_LIBRARIES(afb-dbus-binding ${link_libraries})
INSTALL(TARGETS afb-dbus-binding
        LIBRARY DESTINATION ${binding_install_dir})