File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ if(POLICY CMP0020)
4
4
cmake_policy (SET CMP0020 NEW)
5
5
endif ()
6
6
7
- set (SEGMENTOR_VERSION 0.3.3 )
7
+ set (SEGMENTOR_VERSION 0.4.0 )
8
8
9
9
project (Segmentor VERSION ${SEGMENTOR_VERSION} )
10
10
@@ -67,8 +67,8 @@ set(UI_RESOURCES
67
67
# Create executable
68
68
qt5_wrap_ui(UISrcs ${UI_FILES} )
69
69
# CMAKE_AUTOMOC is ON so the MOC headers will be automatically wrapped.
70
- # add_executable(Segmentor MACOSX_BUNDLE WIN32 ${CXX_FILES} ${UISrcs} ${QT_WRAP} ${UI_RESOURCES})
71
- add_executable (Segmentor MACOSX_BUNDLE ${CXX_FILES} ${UISrcs} ${QT_WRAP} ${UI_RESOURCES} )
70
+ add_executable (Segmentor MACOSX_BUNDLE WIN32 ${CXX_FILES} ${UISrcs} ${QT_WRAP} ${UI_RESOURCES} )
71
+ # add_executable(Segmentor MACOSX_BUNDLE ${CXX_FILES} ${UISrcs} ${QT_WRAP} ${UI_RESOURCES})
72
72
qt5_use_modules(Segmentor Core Gui)
73
73
target_link_libraries (Segmentor ${VTK_LIBRARIES} )
74
74
install (TARGETS Segmentor
You can’t perform that action at this time.
0 commit comments