All from https://github.com/Aleksanaa/by-name-migrate, with some additional exclusions of packages with open PRs to prevent merge conflicts.
9 lines
223 B
Diff
9 lines
223 B
Diff
--- a/example/CMakeLists.txt
|
|
+++ b/example/CMakeLists.txt
|
|
@@ -19,4 +19,5 @@
|
|
|
|
install(TARGETS opencsgexample
|
|
RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}
|
|
+ BUNDLE DESTINATION ${CMAKE_INSTALL_PREFIX}/Applications
|
|
)
|