summaryrefslogtreecommitdiffstats
path: root/plugins/intrinsics/CMakeLists.txt
blob: b9bd638a970b0a32292f4eb124139b8365a866c0 (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 ${plugin_install_dir})