1 Star 11 Fork 7

个人项目学习 / GeographicLib

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pom.xml 1.44 KB
一键复制 编辑 原始数据 按行查看 历史
<project
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.sri.vt.majic</groupId>
<artifactId>majic-parent</artifactId>
<version>0.2.10</version>
</parent>
<groupId>com.sri.vt</groupId>
<artifactId>geographiclib</artifactId>
<version>1.50-SNAPSHOT</version>
<packaging>majic-cmake</packaging>
<name>GeographicLib</name>
<build>
<plugins>
<plugin>
<groupId>com.sri.vt.majic</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<executions>
<execution>
<id>default-cmake-configure</id>
<configuration>
<options>
<GEOGRAPHICLIB_LIB_TYPE>BOTH</GEOGRAPHICLIB_LIB_TYPE>
<GEOGRAPHICLIB_DOCUMENTATION>OFF</GEOGRAPHICLIB_DOCUMENTATION>
<BUILD_NETGEOGRAPHICLIB>OFF</BUILD_NETGEOGRAPHICLIB>
</options>
</configuration>
</execution>
<execution>
<id>default-cmake-test</id>
<configuration>
<configs>
<config>Release</config>
</configs>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>
C++
1
https://gitee.com/sheepyang_study/code.git
git@gitee.com:sheepyang_study/code.git
sheepyang_study
code
GeographicLib
master

搜索帮助