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

cmake: set LIBRARY_OUTPUT_PATH

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