Skip to content

Commit

Permalink
Update cmake_install_test/CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
pdimov committed Dec 5, 2023
1 parent 5e6ef2a commit 8ba4c04
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/cmake_install_test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ cmake_minimum_required(VERSION 3.5...3.20)

project(cmake_install_test LANGUAGES CXX)

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

find_package(boost_timer REQUIRED)

add_executable(main main.cpp)
Expand Down

0 comments on commit 8ba4c04

Please sign in to comment.