diff options
| author | Drahy <none@none> | 2009-03-27 18:42:35 +0100 |
|---|---|---|
| committer | Drahy <none@none> | 2009-03-27 18:42:35 +0100 |
| commit | d798162dca95ab281c1766d67f496404b0d4db87 (patch) | |
| tree | a7264a558defffc69ff5a5b3934f47cabb302682 /src/shared/Database | |
| parent | df555ec3c31dc87c45e059742512a01c45b0a4fd (diff) | |
* Fixed typo
--HG--
branch : trunk
Diffstat (limited to 'src/shared/Database')
| -rw-r--r-- | src/shared/Database/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/shared/Database/CMakeLists.txt b/src/shared/Database/CMakeLists.txt index d4d9e82b0db..617cc0fdb38 100644 --- a/src/shared/Database/CMakeLists.txt +++ b/src/shared/Database/CMakeLists.txt @@ -1,4 +1,6 @@ SET(trinitydatabase_STAT_SRCS + DBCFileLoader.cpp + DBCFileLoader.h DBCStore.h Database.cpp Database.h @@ -27,8 +29,6 @@ SET(trinitydatabase_STAT_SRCS SqlDelayThread.h SqlOperations.cpp SqlOperations.h - DBCFileLoader.cpp - DBCFileLoader.h ) add_library(trinitydatabase STATIC ${trinitydatabase_STAT_SRCS}) |
