exclude stormlib without changing lus (#214)

* 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>
This commit is contained in:
briaguya 2025-06-16 00:22:08 -04:00 committed by GitHub
parent 1b2383b291
commit 39210eebd2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

View File

@ -267,6 +267,9 @@ FetchContent_MakeAvailable(dr_libs)
# Libultraship Integration # # Libultraship Integration #
#==============================================================================# #==============================================================================#
set(EXCLUDE_MPQ_SUPPORT TRUE CACHE BOOL "")
add_compile_definitions(EXCLUDE_MPQ_SUPPORT)
include_directories( include_directories(
${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_SOURCE_DIR}
${CMAKE_CURRENT_SOURCE_DIR}/src ${CMAKE_CURRENT_SOURCE_DIR}/src