mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-12 01:38:37 +12:00
asmjit: update build integration
This commit is contained in:
parent
4db0cf005b
commit
3a9778668a
5 changed files with 14 additions and 10 deletions
|
@ -8,7 +8,9 @@ if (WITH_GDB)
|
|||
add_definitions(-DWITH_GDB_DEBUGGER)
|
||||
endif()
|
||||
|
||||
set(ASMJIT_STATIC TRUE)
|
||||
set(ASMJIT_EMBED TRUE)
|
||||
set(ASMJIT_DIR "${CMAKE_CURRENT_LIST_DIR}/asmjit" CACHE PATH "Location of 'asmjit'")
|
||||
include("${ASMJIT_DIR}/CMakeLists.txt")
|
||||
|
||||
if (NOT CMAKE_BUILD_TYPE)
|
||||
message(STATUS "No build type selected, default to Release")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue