diff options
Diffstat (limited to 'depends/CMakeLists.txt')
| -rw-r--r-- | depends/CMakeLists.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/depends/CMakeLists.txt b/depends/CMakeLists.txt new file mode 100644 index 00000000..d16e83ea --- /dev/null +++ b/depends/CMakeLists.txt @@ -0,0 +1,6 @@ +#list depends here. +add_subdirectory(lua) +add_subdirectory(md5) +add_subdirectory(protobuf) +add_subdirectory(tinyxml) +add_subdirectory(tthread) |
