Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
wiki:documentation:mini_curso:geom [2016/01/19 13:28] gribeiro |
wiki:documentation:mini_curso:geom [2016/01/20 08:49] (current) gribeiro |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== Geometry ====== | ====== Geometry ====== | ||
- | Script CMake: | + | **1.** [[:wiki:documentation:devguide:geometry_module|Link para documentação do Módulo Geometry]]. |
+ | |||
+ | **2.** Script CMake: | ||
<file cmake CMakeLists.txt> | <file cmake CMakeLists.txt> | ||
cmake_minimum_required(VERSION 2.8.12) | cmake_minimum_required(VERSION 2.8.12) | ||
Line 32: | Line 34: | ||
</file> | </file> | ||
- | Código: | + | **3.** Código: |
<file cpp main.cpp> | <file cpp main.cpp> | ||
// TerraLib | // TerraLib | ||
Line 246: | Line 248: | ||
</file> | </file> | ||
- | **3.** Opções do CMake: | + | **4.** Opções do CMake: |
<code cmake> | <code cmake> | ||
-DCMAKE_BUILD_TYPE:STRING="Debug" | -DCMAKE_BUILD_TYPE:STRING="Debug" |