Skip to content
Snippets Groups Projects
Commit e2230849 authored by Eidolon's avatar Eidolon
Browse files

Use bin output directory.

parent 2609745b
Branches
Tags SRB2_release_2.1.1
No related merge requests found
...@@ -85,6 +85,9 @@ if(${CMAKE_SYSTEM} MATCHES "Darwin") ...@@ -85,6 +85,9 @@ if(${CMAKE_SYSTEM} MATCHES "Darwin")
endif() endif()
endif() endif()
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/bin")
set(CMAKE_PDB_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/bin")
# Set EXE names so the assets CMakeLists can refer to its target # Set EXE names so the assets CMakeLists can refer to its target
set(SRB2_SDL2_EXE_NAME srb2) set(SRB2_SDL2_EXE_NAME srb2)
set(SRB2_WIN_EXE_NAME srb2dd) set(SRB2_WIN_EXE_NAME srb2dd)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment