Files
nixpkgs/pkgs/by-name/op/opencsg/opencsgexample.patch

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
223 B
Diff
Raw Normal View History

2025-10-09 14:15:47 +02:00
--- 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
)