mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-18 12:55:19 +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
|
|
@ -31,7 +31,7 @@ endif()
|
|||
# finds Qt libraries and setups custom commands for MOC and UIC
|
||||
# Must be done here because generated MOC and UIC targets cant
|
||||
# be found otherwise
|
||||
include(../3rdparty/qt5.cmake)
|
||||
include(${CMAKE_SOURCE_DIR}/3rdparty/qt5.cmake)
|
||||
|
||||
# subdirectories
|
||||
add_subdirectory(Emu)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue