Skip to content
Snippets Groups Projects
Commit 2b3546d6 authored by Julien Malik's avatar Julien Malik
Browse files

COMP: last minute fixes are always bad ideas - windows compilation broken

parent 34a57571
No related branches found
Tags 3.12.0
No related merge requests found
......@@ -38,7 +38,7 @@ IF(CMAKE_COMPILER_IS_GNUCXX)
PROPERTIES COMPILE_FLAGS -fno-strict-aliasing)
ENDIF(CMAKE_COMPILER_IS_GNUCXX)
ADD_EXECUTABLE(otbViewer WIN32
ADD_EXECUTABLE(otbViewer
otbViewer.cxx
${VIEW_SRCS} ${CONTROLLER_SRCS} ${MODEL_SRCS}
${otbViewer_FLTK_UI_SRCS})
......
......@@ -4,7 +4,7 @@ include_directories(../QtWidget)
set( SRCS
otbApplicationLauncherQt.cxx )
add_executable(otbApplicationLauncherQt WIN32 ${SRCS})
add_executable(otbApplicationLauncherQt ${SRCS})
target_link_libraries(otbApplicationLauncherQt
OTBWrapperQtWidget
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment