deprecated cariables replaced

This commit is contained in:
Martin Brodbeck 2018-07-05 16:40:45 +02:00
parent f1707c6598
commit f3c0ad6f4a
1 changed files with 3 additions and 2 deletions

View File

@ -8,7 +8,8 @@ else()
add_compile_options(-W -Wall -Werror)
endif()
set(EXECUTABLE_OUTPUT_PATH ${CMAKE_BINARY_DIR}/bin)
set(LIBRARY_OUTPUT_PATH ${CMAKE_BINARY_DIR}/lib)
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin)
set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/lib)
set(CMAKE_ARCHIVE_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/lib)
add_subdirectory(src)