diff options
| author | Petr Mrázek | 2012-02-25 22:59:32 +0100 |
|---|---|---|
| committer | Petr Mrázek | 2012-02-25 22:59:32 +0100 |
| commit | 8afafd04307ae8022b5a7a4f366dd2c467e21196 (patch) | |
| tree | c3b4553ac692c37510f89be0f1b6c0313f88e43a /library/CMakeLists.txt | |
| parent | 75bec0dfb2dee048df4f30311c475d601a7711ea (diff) | |
| download | dfhack-8afafd04307ae8022b5a7a4f366dd2c467e21196.tar.gz dfhack-8afafd04307ae8022b5a7a4f366dd2c467e21196.tar.bz2 dfhack-8afafd04307ae8022b5a7a4f366dd2c467e21196.tar.xz | |
Get rid of ntdll, update stonesense
Diffstat (limited to 'library/CMakeLists.txt')
| -rw-r--r-- | library/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/CMakeLists.txt b/library/CMakeLists.txt index 1bae137d..428c3f49 100644 --- a/library/CMakeLists.txt +++ b/library/CMakeLists.txt @@ -168,7 +168,7 @@ IF(UNIX) SET(PROJECT_LIBS rt dl) ELSE(WIN32) #FIXME: do we really need this? - SET(PROJECT_LIBS psapi ${dfhack_SOURCE_DIR}/library/depends/ntdll/ntdll.lib) + SET(PROJECT_LIBS psapi) ENDIF() ADD_LIBRARY(dfhack SHARED ${PROJECT_SRCS}) |
