|
@@ -29,10 +29,6 @@ SET(KIT_resources
|
|
# The following macro will read the target libraries from the file 'target_libraries.cmake'
|
|
# The following macro will read the target libraries from the file 'target_libraries.cmake'
|
|
ctkMacroGetTargetLibraries(KIT_target_libraries)
|
|
ctkMacroGetTargetLibraries(KIT_target_libraries)
|
|
|
|
|
|
-# Additional directories to include - Not that CTK_INCLUDE_LIBRARIES is already included
|
|
|
|
-SET(KIT_include_directories
|
|
|
|
- )
|
|
|
|
-
|
|
|
|
# Configure file will be configured using CTK_WRAP_PYTHONQT_{LIGHT, FULL} variable
|
|
# Configure file will be configured using CTK_WRAP_PYTHONQT_{LIGHT, FULL} variable
|
|
CONFIGURE_FILE(
|
|
CONFIGURE_FILE(
|
|
ctkSimplePythonShellConfigure.h.in
|
|
ctkSimplePythonShellConfigure.h.in
|
|
@@ -46,7 +42,6 @@ ENDIF()
|
|
|
|
|
|
ctkMacroBuildApp(
|
|
ctkMacroBuildApp(
|
|
NAME ${PROJECT_NAME}
|
|
NAME ${PROJECT_NAME}
|
|
- INCLUDE_DIRECTORIES ${KIT_include_directories}
|
|
|
|
SRCS ${KIT_SRCS}
|
|
SRCS ${KIT_SRCS}
|
|
MOC_SRCS ${KIT_MOC_SRCS}
|
|
MOC_SRCS ${KIT_MOC_SRCS}
|
|
UI_FORMS ${KIT_UI_FORMS}
|
|
UI_FORMS ${KIT_UI_FORMS}
|