Skip to content
Snippets Groups Projects
Commit af443b83 authored by Stephen Kelly's avatar Stephen Kelly
Browse files

Set the CMAKE_RUNTIME_OUTPUT_DIRECTORY for windows builds.

parent 61726f86
No related branches found
No related tags found
No related merge requests found
......@@ -40,6 +40,8 @@ macro(_do_build Include Library LibrarySource Source)
"set(CMAKE_INCLUDE_CURRENT_DIR ON)\n"
"set(CMAKE_RUNTIME_OUTPUT_DIRECTORY \${CMAKE_CURRENT_BINARY_DIR})\n"
"include(GenerateExportHeader)\n"
"add_compiler_export_flags()\n"
......@@ -111,6 +113,8 @@ if (MSVC)
add_definitions(-DCOMPILER_IS_MSVC)
endif()
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR})
set(link_libraries)
macro(macro_add_test_library name)
add_subdirectory(${name})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment