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 5f85455 commit 53caad0Copy full SHA for 53caad0
packaging/CMakeLists.txt
@@ -13,6 +13,7 @@ set(CPACK_PACKAGE_VERSION_MAJOR ${CMAKE_PROJECT_VERSION_MAJOR})
13
set(CPACK_PACKAGE_VERSION_MINOR ${CMAKE_PROJECT_VERSION_MINOR})
14
set(CPACK_PACKAGE_VERSION_PATCH ${CMAKE_PROJECT_VERSION_PATCH})
15
set(CPACK_VERBATIM_VARIABLES YES)
16
+set(CPACK_MONOLITHIC_INSTALL TRUE)
17
18
# Package resources
19
set(CPACK_RESOURCE_FILE_WELCOME ${CMAKE_CURRENT_LIST_DIR}/Welcome.txt)
src/app/App/Main.cpp
@@ -1,3 +1,5 @@
1
+#define SDL_MAIN_HANDLED
2
+
3
#include <exception>
4
5
#include "Core/Application.hpp"
0 commit comments