Skip to content

Commit

Permalink
Merge pull request #20 from robertodr/fix-install
Browse files Browse the repository at this point in the history
Fix installation of Balboa
  • Loading branch information
bast committed Mar 16, 2020
2 parents 6dda315 + d01cb2b commit 64a557a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/balboa/balboa/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,5 @@ target_include_directories(
)

install(TARGETS balboa LIBRARY DESTINATION lib)
install(FILES ${PROJECT_BINARY_DIR}/include/balboa.h DESTINATION include)
install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/balboa.h DESTINATION include)
install(FILES ${PROJECT_BINARY_DIR}/include/balboa_export.h DESTINATION include)

0 comments on commit 64a557a

Please sign in to comment.