diff options
| author | Tartalo <none@none> | 2010-06-09 18:25:46 +0200 |
|---|---|---|
| committer | Tartalo <none@none> | 2010-06-09 18:25:46 +0200 |
| commit | f3a01ff9d05af96f5a16fd8eeb000180fe732660 (patch) | |
| tree | bf494055f1251763f28dec6ca9323509ad6d2fe3 | |
| parent | bddfebb0c70ce3648f4d9447328113a539509609 (diff) | |
Link g3dlib against zlib
--HG--
branch : trunk
| -rw-r--r-- | externals/g3dlite/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/externals/g3dlite/CMakeLists.txt b/externals/g3dlite/CMakeLists.txt index fa80bb75445..9f302eff960 100644 --- a/externals/g3dlite/CMakeLists.txt +++ b/externals/g3dlite/CMakeLists.txt @@ -9,3 +9,4 @@ include_directories( ) add_library(g3dlib STATIC ${g3dlib_STAT_SRCS}) +target_link_libraries(g3dlib zlib) |
