diff options
| author | Petr Mrázek | 2011-05-02 05:03:48 +0200 |
|---|---|---|
| committer | Petr Mrázek | 2011-05-02 05:03:48 +0200 |
| commit | 7ad83c80b8512bed383fe27c60e5dffd1255ae8b (patch) | |
| tree | 442ad940c6dc502db0185600096051f19910b440 /CMakeLists.txt | |
| parent | a8fb188c094e7cf90973839f7f38efaa8d6a57fd (diff) | |
| download | dfhack-7ad83c80b8512bed383fe27c60e5dffd1255ae8b.tar.gz dfhack-7ad83c80b8512bed383fe27c60e5dffd1255ae8b.tar.bz2 dfhack-7ad83c80b8512bed383fe27c60e5dffd1255ae8b.tar.xz | |
added modified getopt (c++-ized) with BSD license, vegetation flags clarified, prospector lists trees and plants separately,
prospector pretty-prints
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 6ac924f4..29e68e48 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -148,6 +148,7 @@ OPTION(BUILD_DFHACK_PLAYGROUND "Build tools from the playground folder" OFF) include_directories (${dfhack_SOURCE_DIR}/library/include/) include_directories (${dfhack_SOURCE_DIR}/library/shm/) include_directories (${dfhack_SOURCE_DIR}/library/depends/argstream/) +include_directories (${dfhack_SOURCE_DIR}/library/depends/xgetopt/) # macro to save on typing in the tool subdirs # builds a tool, links it to the dfhack lib and makes sure the dependency |
