mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 03:25:16 +00:00
Set build independent binary output dir
Useful for using multimple compilers (gcc/clang) with different compile-time (debug/release)
This commit is contained in:
parent
f908a3ca78
commit
4db97eae7c
1 changed files with 2 additions and 1 deletions
|
@ -27,7 +27,8 @@ Else()
|
|||
EndIf()
|
||||
|
||||
set(CMAKE_MODULE_PATH "${RPCS3_SRC_DIR}/cmake_modules")
|
||||
set(EXECUTABLE_OUTPUT_PATH "${RPCS3_SRC_DIR}/../bin") # TODO: do real installation, including copying directory structure
|
||||
# TODO: do real installation, including copying directory structure
|
||||
set(EXECUTABLE_OUTPUT_PATH "${PROJECT_BINARY_DIR}/../bin")
|
||||
#include(cotire)
|
||||
|
||||
add_definitions(-DGL_GLEXT_PROTOTYPES)
|
||||
|
|
Loading…
Add table
Reference in a new issue