summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbriaguya <70942617+briaguya-ai@users.noreply.github.com>2025-06-16 00:22:08 -0400
committerGitHub <noreply@github.com>2025-06-15 22:22:08 -0600
commit39210eebd219b01a78deb6c312ca3433c6994090 (patch)
treec6c44f9d303da7e7905e19172eeaacceb4be5a27
parent1b2383b29117998e082323b0ab9ca97efbde3752 (diff)
exclude stormlib without changing lus (#214)transformfuncsforint
* exclude stormlib without changing lus * no idea why LUS isn't doing this for us, it should be... --------- Co-authored-by: MegaMech <MegaMech@users.noreply.github.com>
-rw-r--r--CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 34b110bc7..3f0d3f277 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -267,6 +267,9 @@ FetchContent_MakeAvailable(dr_libs)
# Libultraship Integration #
#==============================================================================#
+set(EXCLUDE_MPQ_SUPPORT TRUE CACHE BOOL "")
+add_compile_definitions(EXCLUDE_MPQ_SUPPORT)
+
include_directories(
${CMAKE_CURRENT_SOURCE_DIR}
${CMAKE_CURRENT_SOURCE_DIR}/src