Fix plugin name as well

This commit is contained in:
Daniel Girardeau-Montaut
2020-10-30 19:20:14 +01:00
parent 5db7b4d3a3
commit e0307e5555
+3 -3
View File
@@ -1,10 +1,10 @@
# CloudCompare Json RPC plugin based on example for standard plugins
# Add an option to CMake to control whether we build this plugin or not
option( PLUGIN_JSONRPC "Install Json RPC plugin" ON )
option( PLUGIN_STANDARD_QJSONRPC "Install Json RPC plugin" ON )
if ( PLUGIN_JSONRPC )
project( JsonRPCPlugin )
if ( PLUGIN_STANDARD_QJSONRPC )
project( QJSON_RPC_PLUGIN )
AddPlugin( NAME ${PROJECT_NAME} )