diff options
| author | megamage <none@none> | 2009-01-17 13:42:41 -0600 |
|---|---|---|
| committer | megamage <none@none> | 2009-01-17 13:42:41 -0600 |
| commit | 2cf1a3be1b310feafc43781ab9178f0c1f35d352 (patch) | |
| tree | 8c028b01c102bba566ebb32c8014ab19eba8f46a /src/shared/Database | |
| parent | 8739ded05dbf68486551531024f1ad8ad7b389cf (diff) | |
| parent | c5dfe7dac27a0441192af758dc55e6c71c83ccb4 (diff) | |
*Update to Trinity 878.
--HG--
branch : trunk
Diffstat (limited to 'src/shared/Database')
| -rw-r--r-- | src/shared/Database/CMakeLists.txt | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/src/shared/Database/CMakeLists.txt b/src/shared/Database/CMakeLists.txt new file mode 100644 index 00000000000..a819a66dec7 --- /dev/null +++ b/src/shared/Database/CMakeLists.txt @@ -0,0 +1,38 @@ +SET(trinitydatabase_STAT_SRCS + DBCStores.cpp + DBCStores.h + DBCStructure.h + DBCfmt.cpp + Database.cpp + Database.h + DatabaseEnv.h + DatabaseImpl.h + DatabaseMysql.cpp + DatabasePostgre.cpp + DatabaseMysql.h + DatabasePostgre.h + DatabaseSqlite.cpp + DatabaseSqlite.h +#Brian likes men + Field.cpp + Field.h + MySQLDelayThread.h + PGSQLDelayThread.h + QueryResult.h + QueryResultMysql.cpp + QueryResultMysql.h + QueryResultPostgre.cpp + QueryResultPostgre.h + QueryResultSqlite.cpp + QueryResultSqlite.h + SQLStorage.cpp + SQLStorage.h + SqlDelayThread.cpp + SqlDelayThread.h + SqlOperations.cpp + SqlOperations.h + dbcfile.cpp + dbcfile.h +) + +add_library(trinitydatabase STATIC ${trinitydatabase_STAT_SRCS}) |
