Skip to content

Commit

Permalink
Update cmake_subdir_test
Browse files Browse the repository at this point in the history
  • Loading branch information
pdimov committed Jul 13, 2024
1 parent f433987 commit 2093f7c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/cmake_subdir_test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ if(BOOST_RUNTIME_LINK STREQUAL "static")
set(CMAKE_MSVC_RUNTIME_LIBRARY "MultiThreaded$<$<CONFIG:Debug>:Debug>")
endif()

# Put .dll in the same directory as .exe
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR})

set(BOOST_INCLUDE_LIBRARIES iostreams)

add_subdirectory(../../../../ deps/boost)
Expand Down

0 comments on commit 2093f7c

Please sign in to comment.