Skip to content

Commit aa645c2

Browse files
authored
Merge pull request #468 from theori-io/fix-dll-install
Install DLL to /bin
2 parents b68c790 + 88cd888 commit aa645c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ endif ()
116116

117117
install (
118118
TARGETS nrsc5 nrsc5_static
119+
RUNTIME DESTINATION bin
119120
LIBRARY DESTINATION lib
120121
ARCHIVE DESTINATION lib
121122
PUBLIC_HEADER DESTINATION include

0 commit comments

Comments
 (0)