Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
austinmhorn committed Aug 27, 2023
1 parent 9a14d43 commit 7f86b05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ install(
ARCHIVE DESTINATION "${LIB_PATH}" COMPONENT dev
)
install(
FILES ${PROJECT_BINARY_DIR}/$<CONFIG>/${TARGET}.dll
FILES ${PROJECT_BINARY_DIR}$<CONFIG>/${TARGET}.dll
DESTINATION bin)
install(
DIRECTORY ${INCLUDE_PATH}
Expand Down

0 comments on commit 7f86b05

Please sign in to comment.