diff options
| author | Tartalo <none@none> | 2010-04-06 21:36:27 +0200 |
|---|---|---|
| committer | Tartalo <none@none> | 2010-04-06 21:36:27 +0200 |
| commit | 827751ce0c85735f86740982ae4acfdaef584d3e (patch) | |
| tree | 84cea8634869d54319ef57da7aedc66a978997a4 /src/shared/vmap | |
| parent | 81127a5df40db6cf62809a2cc7ed4df8dd0de14e (diff) | |
| parent | e30e9a45cbd5ba0718a9e0d7d86f8a9cc78dc55b (diff) | |
Branch merge
--HG--
branch : trunk
Diffstat (limited to 'src/shared/vmap')
| -rw-r--r-- | src/shared/vmap/CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/shared/vmap/CMakeLists.txt b/src/shared/vmap/CMakeLists.txt index 9ed30c0b44f..76ba24e55d1 100644 --- a/src/shared/vmap/CMakeLists.txt +++ b/src/shared/vmap/CMakeLists.txt @@ -31,5 +31,9 @@ SET(vmaps_STAT_SRCS VMapTools.h ) +include_directories( + ${CMAKE_SOURCE_DIR}/dep/include/g3dlite +) + add_library(vmaps STATIC ${vmaps_STAT_SRCS}) |
