1 Star 0 Fork 0

吴显锋/mplane-plugin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
CMakeLists.txt 936 Bytes
一键复制 编辑 原始数据 按行查看 历史
# Add an option to CMake to control whether we build this plugin or not
option( PLUGIN_STANDARD_QMPLANE "Check to install QMPlane_PLUGIN plugin" OFF )
if ( PLUGIN_STANDARD_QMPLANE )
project( QMPLANE_PLUGIN )
AddPlugin( NAME ${PROJECT_NAME} )
# Option for building TESTS
option( COMPILE_QMPLANE_PLUGIN_TESTS "Check to enable REST support" OFF )
include_directories( ${CloudCompare_SOURCE_DIR} )
# Set path to external dependencies
SET( EXTERNAL_TOOLS ${CMAKE_CURRENT_SOURCE_DIR}/external/ )
target_sources( ${PROJECT_NAME}
PRIVATE
${CMAKE_CURRENT_SOURCE_DIR}/qMPlane.h
${CMAKE_CURRENT_SOURCE_DIR}/qMPlane.cpp
${CMAKE_CURRENT_SOURCE_DIR}/qMPlane.qrc
)
# Add plugin ui
add_subdirectory( ui )
# Add plugin sources
add_subdirectory( src )
if ( COMPILE_QMPLANE_PLUGIN_TESTS )
# Add plugin tests
add_subdirectory(Tests)
endif()
endif()
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wxf2wm/mplane-plugin.git
git@gitee.com:wxf2wm/mplane-plugin.git
wxf2wm
mplane-plugin
mplane-plugin
master

搜索帮助

D67c1975 1850385 1daf7b77 1850385