CI: Use libretro core naming convention

This commit is contained in:
Connor McLaughlin
2020-07-05 12:58:04 +10:00
parent 511c3133f1
commit 67bc14dac9
3 changed files with 35 additions and 11 deletions

View File

@ -168,6 +168,9 @@ else()
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/bin")
endif()
# Needed for Linux - put shared libraries in the binary directory.
set(CMAKE_LIBRARY_OUTPUT_DIRECTORY "${CMAKE_RUNTIME_OUTPUT_DIRECTORY}")
# Enable threads everywhere.
set(THREADS_PREFER_PTHREAD_FLAG ON)