Skip to content

Commit 2b0fd85

Browse files
hwhsu1231horenmar
authored andcommitted
Modify the install directories into convention.
1 parent a7dc85d commit 2b0fd85

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/CMakeLists.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,8 +359,12 @@ if (NOT_SUBPROJECT)
359359
Catch2WithMain
360360
EXPORT
361361
Catch2Targets
362-
DESTINATION
362+
LIBRARY DESTINATION
363+
${CMAKE_INSTALL_LIBDIR}
364+
ARCHIVE DESTINATION
363365
${CMAKE_INSTALL_LIBDIR}
366+
RUNTIME DESTINATION
367+
${CMAKE_INSTALL_BINDIR}
364368
)
365369

366370

0 commit comments

Comments
 (0)