Migrating from third-party to externals (#138)

* third-party migration to externals

* Fix

* Lower case for Linux
This commit is contained in:
Xphalnos 2024-05-18 19:05:18 +02:00 committed by GitHub
parent b0978f4168
commit 8cf64a33b2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
17 changed files with 42 additions and 58 deletions

View file

@ -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