mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 06:26:49 +00:00
CMake: use CMAKE_SOURCE_DIR instead of .. in some places
This commit is contained in:
parent
fb8302817f
commit
d98420fbc3
2 changed files with 2 additions and 2 deletions
|
|
@ -3,7 +3,7 @@ set(ASMJIT_STATIC TRUE)
|
|||
set(ASMJIT_BUILD_X86 TRUE)
|
||||
set(ASMJIT_BUILD_ARM FALSE)
|
||||
set(ASMJIT_BUILD_TEST FALSE)
|
||||
set(ASMJIT_DIR "${CMAKE_CURRENT_LIST_DIR}/../asmjit" CACHE PATH "Location of 'asmjit'")
|
||||
set(ASMJIT_DIR "${CMAKE_SOURCE_DIR}/asmjit" CACHE PATH "Location of 'asmjit'")
|
||||
|
||||
include("${ASMJIT_DIR}/CMakeLists.txt")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue