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 /dep/src | |
| parent | 81127a5df40db6cf62809a2cc7ed4df8dd0de14e (diff) | |
| parent | e30e9a45cbd5ba0718a9e0d7d86f8a9cc78dc55b (diff) | |
Branch merge
--HG--
branch : trunk
Diffstat (limited to 'dep/src')
| -rw-r--r-- | dep/src/g3dlite/CMakeLists.txt | 4 | ||||
| -rw-r--r-- | dep/src/sockets/CMakeLists.txt | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/dep/src/g3dlite/CMakeLists.txt b/dep/src/g3dlite/CMakeLists.txt index 89bea742272..8f0a6191623 100644 --- a/dep/src/g3dlite/CMakeLists.txt +++ b/dep/src/g3dlite/CMakeLists.txt @@ -14,6 +14,10 @@ SET(g3dlite_STAT_SRCS Vector4.cpp ) +include_directories( + ${CMAKE_SOURCE_DIR}/dep/include/g3dlite +) + add_library(g3dlite STATIC ${g3dlite_STAT_SRCS}) diff --git a/dep/src/sockets/CMakeLists.txt b/dep/src/sockets/CMakeLists.txt index 40ac135a9ae..a47c8dee75f 100644 --- a/dep/src/sockets/CMakeLists.txt +++ b/dep/src/sockets/CMakeLists.txt @@ -19,4 +19,8 @@ SET(trinitysockets_STAT_SRCS socket_include.cpp ) +include_directories( + ${CMAKE_SOURCE_DIR}/dep/include/sockets +) + add_library(trinitysockets STATIC ${trinitysockets_STAT_SRCS}) |
