We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29f162b commit bfeba30Copy full SHA for bfeba30
app/presetChecker/CMakeLists.txt
@@ -24,3 +24,9 @@ install(
24
PERMISSIONS OWNER_EXECUTE OWNER_WRITE OWNER_READ GROUP_EXECUTE GROUP_READ WORLD_READ WORLD_EXECUTE
25
DESTINATION "bin/"
26
)
27
+
28
+install(
29
+ FILES ${CMAKE_CURRENT_SOURCE_DIR}/avprofiles.man
30
+ RENAME avprofiles.1
31
+ DESTINATION "share/man/man1/"
32
+)
0 commit comments