Skip to content
Snippets Groups Projects
Commit 816049f9 authored by Andreas Gattringer's avatar Andreas Gattringer
Browse files

cmake: set LIBRARY_OUTPUT_PATH

parent 351e10c0
Branches
Tags
No related merge requests found
...@@ -31,15 +31,13 @@ else() ...@@ -31,15 +31,13 @@ else()
endif () endif ()
set(EXECUTABLE_OUTPUT_PATH ${CMAKE_BINARY_DIR}/bin) set(EXECUTABLE_OUTPUT_PATH ${CMAKE_BINARY_DIR}/bin)
set(LIBRARY_OUTPUT_PATH ${CMAKE_BINARY_DIR}/bin)
if (WIN32 AND NOT MSVC) if (WIN32 AND NOT MSVC)
add_compile_options(-D__USE_MINGW_ANSI_STDIO) add_compile_options(-D__USE_MINGW_ANSI_STDIO)
endif () endif ()
execute_process( execute_process(
WORKING_DIRECTORY ${CMAKE_SOURCE_DIR} WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}
ERROR_QUIET ERROR_QUIET
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment