mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-02 00:22:24 -07:00
CMake: Output binaries to bin/
This commit is contained in:
@@ -160,6 +160,9 @@ if (NOT Boost_FOUND)
|
||||
find_package(Boost QUIET REQUIRED)
|
||||
endif()
|
||||
|
||||
# Output binaries to bin/
|
||||
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin)
|
||||
|
||||
# Prefer the -pthread flag on Linux.
|
||||
set(THREADS_PREFER_PTHREAD_FLAG ON)
|
||||
find_package(Threads REQUIRED)
|
||||
|
Reference in New Issue
Block a user