summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorMegaMech <MegaMech@users.noreply.github.com>2025-06-15 22:24:41 -0600
committerGitHub <noreply@github.com>2025-06-15 22:24:41 -0600
commitf6e2f12371828834b209154a04d4b3d78d9c4fc7 (patch)
treece28684d14b2930bfe1e1f7579a561caba29070f /CMakeLists.txt
parent03717deeedf690f276ba8e7b683d9875088873f9 (diff)
Update CMakeLists.txt (#223)
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 34b110bc7..2081b813b 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -267,6 +267,10 @@ FetchContent_MakeAvailable(dr_libs)
# Libultraship Integration #
#==============================================================================#
+# Removes MPQ/OTR support
+set(EXCLUDE_MPQ_SUPPORT TRUE CACHE BOOL "")
+add_compile_definitions(EXCLUDE_MPQ_SUPPORT)
+
include_directories(
${CMAKE_CURRENT_SOURCE_DIR}
${CMAKE_CURRENT_SOURCE_DIR}/src
@@ -702,4 +706,4 @@ elseif(CMAKE_SYSTEM_NAME MATCHES "Darwin")
endif()
set(CPACK_PROJECT_CONFIG_FILE ${CMAKE_SOURCE_DIR}/cmake/configure-packaging.cmake)
-include(cmake/packaging.cmake) \ No newline at end of file
+include(cmake/packaging.cmake)