We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9320000 commit 8b30d3aCopy full SHA for 8b30d3a
AdTree/CMakeLists.txt
@@ -63,7 +63,7 @@ elseif (WIN32 OR MSVC)
63
set(${PROJECT_NAME}_RESOURCES ${ADTREE_ROOT}/resources/AdTree.rc)
64
add_executable(${PROJECT_NAME} ${${PROJECT_NAME}_SOURCES} ${${PROJECT_NAME}_RESOURCES}) # you can add "WIN32" to disable the console window
65
message(STATUS "Creating the wxWidgets viewer with a console window")
66
-elseif (APPLE)
+else ()
67
add_executable(${PROJECT_NAME} ${${PROJECT_NAME}_SOURCES})
68
endif ()
69
0 commit comments