aboutsummaryrefslogtreecommitdiffstats
path: root/generators/boostpython/CMakeLists.txt
blob: 1e47cac005ce4e6272816b4014074d337df6025c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
project(boostpython)

set(boostpython_SRC
boostpythongenerator.cpp
convertergenerator.cpp
cppgenerator.cpp
hppgenerator.cpp
boostpython.cpp
)

add_library(boostpython SHARED ${boostpython_SRC})
target_link_libraries(boostpython ${APIEXTRACTOR_LIBRARY} ${QT_QTCORE_LIBRARY} generator)

install(TARGETS boostpython DESTINATION lib)