mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-29 06:43:17 +00:00
Migrating from third-party to externals (#138)
* third-party migration to externals * Fix * Lower case for Linux
This commit is contained in:
parent
b0978f4168
commit
8cf64a33b2
17 changed files with 42 additions and 58 deletions
|
@ -78,7 +78,6 @@ if (CLANG_FORMAT)
|
|||
endif()
|
||||
|
||||
add_subdirectory(externals)
|
||||
add_subdirectory(third-party)
|
||||
include_directories(src)
|
||||
|
||||
if(ENABLE_QT_GUI)
|
||||
|
@ -444,8 +443,7 @@ endif()
|
|||
add_custom_command(TARGET shadps4 POST_BUILD
|
||||
COMMAND ${CMAKE_COMMAND} -E copy_if_different
|
||||
$<TARGET_FILE:zlib>
|
||||
$<TARGET_FILE_DIR:shadps4>
|
||||
)
|
||||
$<TARGET_FILE_DIR:shadps4>)
|
||||
|
||||
add_custom_command(TARGET shadps4 POST_BUILD
|
||||
COMMAND ${CMAKE_COMMAND} -E copy_if_different
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue