aboutsummaryrefslogtreecommitdiffstats
path: root/extension
diff options
context:
space:
mode:
Diffstat (limited to 'extension')
-rw-r--r--extension/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/extension/CMakeLists.txt b/extension/CMakeLists.txt
index bb4d4e5c..92e6b972 100644
--- a/extension/CMakeLists.txt
+++ b/extension/CMakeLists.txt
@@ -27,7 +27,7 @@
remove_definitions(-DGAWK)
MACRO(BuildExtension name sources)
- add_library (${name} MODULE ${sources})
+ add_library (${name} MODULE ${sources} ${ARGN})
target_link_libraries(${name})
set_target_properties(${name} PROPERTIES PREFIX "")
install(PROGRAMS ${CMAKE_BINARY_DIR}/extension/${name}${CMAKE_SHARED_LIBRARY_SUFFIX} DESTINATION lib)