diff options
Diffstat (limited to 'src/modules/python/CMakeLists.txt')
| -rw-r--r-- | src/modules/python/CMakeLists.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/modules/python/CMakeLists.txt b/src/modules/python/CMakeLists.txt new file mode 100644 index 000000000..e9c44a622 --- /dev/null +++ b/src/modules/python/CMakeLists.txt @@ -0,0 +1,12 @@ +# CMakeLists for src/modules/python + +SET(kvipython_SRCS + libkvipython.cpp +) + +# After this call, files will be moc'ed to moc_kvi_*.cpp +QT4_WRAP_CPP(kvipython_MOC_SRCS ${kvipython_MOC_HDRS}) + +SET(kvi_module_name kvipython) + +INCLUDE(${CMAKE_SOURCE_DIR}/cmake/module.rules.txt) |
