mirror of
https://github.com/HarbourMasters/SpaghettiKart
synced 2026-06-22 17:13:15 -04:00
Update CMakeLists.txt (#223)
This commit is contained in:
+5
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user