diff options
| author | Mike Stewart | 2012-01-19 14:44:01 -0800 |
|---|---|---|
| committer | Mike Stewart | 2012-01-19 14:44:01 -0800 |
| commit | 494a4202dfbede6fa3a9069334458fe7c08dd9d4 (patch) | |
| tree | 409a9394d78726058e56c0e50109e8573d0867d7 /library/CMakeLists.txt | |
| parent | e2d7359bdd51a345ddf900bad0487ce3de29d346 (diff) | |
| download | dfhack-494a4202dfbede6fa3a9069334458fe7c08dd9d4.tar.gz dfhack-494a4202dfbede6fa3a9069334458fe7c08dd9d4.tar.bz2 dfhack-494a4202dfbede6fa3a9069334458fe7c08dd9d4.tar.xz | |
Added Google Protocol Buffers to the library dependencies folder (though nothing yet depends on it). This definitely works in Linux, but needs checking in Windows.
Diffstat (limited to 'library/CMakeLists.txt')
| -rw-r--r-- | library/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/library/CMakeLists.txt b/library/CMakeLists.txt index e940264b..9545c49f 100644 --- a/library/CMakeLists.txt +++ b/library/CMakeLists.txt @@ -13,6 +13,7 @@ include_directories (include) include_directories (depends/md5) include_directories (depends/tinyxml) include_directories (depends/tthread) +add_subdirectory (depends/protobuf) execute_process(COMMAND perl xml/list.pl xml include/df ";" WORKING_DIRECTORY ${dfapi_SOURCE_DIR} |
