summaryrefslogtreecommitdiffstats
path: root/pkgs/by-name/op/opencsg/opencsgexample.patch
blob: c6b9ead494bb048389bd8b3d69a6c2173b07b0c5 (plain)
1
2
3
4
5
6
7
8
--- 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
 )