Remove 'install' subdirectory

This commit is contained in:
Andrew Nelless 2017-02-09 16:16:33 +00:00
parent df58209e83
commit 191dac1193
1 changed files with 2 additions and 2 deletions

View File

@ -35,8 +35,8 @@ endif()
# First, declare project (important for prerequisite checks). # First, declare project (important for prerequisite checks).
project(synergy C CXX) project(synergy C CXX)
set (CMAKE_RUNTIME_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/install/bin") set (CMAKE_RUNTIME_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/bin")
set (CMAKE_LIBRARY_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/install/lib") set (CMAKE_LIBRARY_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/lib")
# Set some easy to type variables. # Set some easy to type variables.
set(root_dir ${CMAKE_SOURCE_DIR}) set(root_dir ${CMAKE_SOURCE_DIR})