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:
parent
1b2383b291
commit
39210eebd2
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue