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 52b27a4 commit 0cbc5a3Copy full SHA for 0cbc5a3
CMakeLists.txt
@@ -149,6 +149,11 @@ add_custom_command(TARGET ${PROJECT} POST_BUILD
149
--prefix ${ManiVault_INSTALL_DIR}/$<CONFIGURATION>
150
)
151
152
+set_target_properties(${PROJECT}
153
+ PROPERTIES
154
+ FOLDER ViewPlugins
155
+)
156
+
157
# -----------------------------------------------------------------------------
158
# Miscellaneous
159
0 commit comments