From 7f86b054d06781d590b78e2503b18c336d4b7a91 Mon Sep 17 00:00:00 2001 From: Austin Horn <91858347+austinmhorn@users.noreply.github.com> Date: Sun, 27 Aug 2023 00:41:29 -0500 Subject: [PATCH] Update CMakeLists.txt --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 91f83f6..29912ee 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -161,7 +161,7 @@ install( ARCHIVE DESTINATION "${LIB_PATH}" COMPONENT dev ) install( - FILES ${PROJECT_BINARY_DIR}/$/${TARGET}.dll + FILES ${PROJECT_BINARY_DIR}$/${TARGET}.dll DESTINATION bin) install( DIRECTORY ${INCLUDE_PATH}