deprecated cariables replaced
This commit is contained in:
parent
f1707c6598
commit
f3c0ad6f4a
1 changed files with 3 additions and 2 deletions
|
@ -8,7 +8,8 @@ else()
|
||||||
add_compile_options(-W -Wall -Werror)
|
add_compile_options(-W -Wall -Werror)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
set(EXECUTABLE_OUTPUT_PATH ${CMAKE_BINARY_DIR}/bin)
|
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin)
|
||||||
set(LIBRARY_OUTPUT_PATH ${CMAKE_BINARY_DIR}/lib)
|
set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/lib)
|
||||||
|
set(CMAKE_ARCHIVE_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/lib)
|
||||||
|
|
||||||
add_subdirectory(src)
|
add_subdirectory(src)
|
Loading…
Reference in a new issue