Update CMakeLists.txt (#223)

This commit is contained in:
MegaMech
2025-06-15 22:24:41 -06:00
committed by GitHub
parent 03717deeed
commit f6e2f12371
+5 -1
View File
@@ -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)
include(cmake/packaging.cmake)