aboutsummaryrefslogtreecommitdiffstats
path: root/generators
diff options
context:
space:
mode:
authorHugo Lima <hugo.lima@openbossa.org>2009-08-24 19:41:12 -0300
committerHugo Lima <hugo.lima@openbossa.org>2009-08-25 16:25:33 -0300
commit5c23e745fe48bfa1e3d8707788845e46a1de95c9 (patch)
tree78d0981f0a316bf8ef5fc6f8a6dcb43ded775d2b /generators
parent3aa252140e2fcb60350afdc76f11cbfa52dc0479 (diff)
Fix the libgenrunner name in target_link_libraries
Diffstat (limited to 'generators')
-rw-r--r--generators/boostpython/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/generators/boostpython/CMakeLists.txt b/generators/boostpython/CMakeLists.txt
index c4bb29683..b29b8cf89 100644
--- a/generators/boostpython/CMakeLists.txt
+++ b/generators/boostpython/CMakeLists.txt
@@ -9,6 +9,6 @@ boostpython.cpp
)
add_library(boostpython_generator SHARED ${boostpython_generator_SRC})
-target_link_libraries(boostpython_generator ${APIEXTRACTOR_LIBRARY} ${QT_QTCORE_LIBRARY} generator)
+target_link_libraries(boostpython_generator ${APIEXTRACTOR_LIBRARY} ${QT_QTCORE_LIBRARY} genrunner)
install(TARGETS boostpython_generator DESTINATION ${LIB_INSTALL_DIR})