diff options
Diffstat (limited to 'src/modules/pythoncore')
| -rw-r--r-- | src/modules/pythoncore/CMakeLists.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/modules/pythoncore/CMakeLists.txt b/src/modules/pythoncore/CMakeLists.txt index 4e74007cb..ba49fd109 100644 --- a/src/modules/pythoncore/CMakeLists.txt +++ b/src/modules/pythoncore/CMakeLists.txt @@ -1,12 +1,12 @@ # CMakeLists for src/modules/pythoncore -SET(kvipythoncore_SRCS +set(kvipythoncore_SRCS libkvipythoncore.cpp kvircmodule.cpp ) -SET(KVI_DEFAULT_FRAME_CAPTION "") +set(KVI_DEFAULT_FRAME_CAPTION "") -SET(kvi_module_name kvipythoncore) +set(kvi_module_name kvipythoncore) -INCLUDE(${CMAKE_SOURCE_DIR}/cmake/module.rules.txt) +include(${CMAKE_SOURCE_DIR}/cmake/module.rules.txt) |
