diff options
author | runningnak3d <runningnak3d@li205-164.members.linode.com> | 2011-04-04 15:39:18 -0400 |
---|---|---|
committer | runningnak3d <runningnak3d@li205-164.members.linode.com> | 2011-04-04 15:39:18 -0400 |
commit | 804953911e8db5873ec324649754f6f5096412f6 (patch) | |
tree | 469264c73ea22c6d9185aa36f32a7201031e10da /CMakeLists.txt | |
parent | be6b73145bdaf8c546baecf4a361248f7cfccae3 (diff) |
Core/BuildSystem: Missed cmake file from previous commit.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 5f1ca3c4b5e..7ca0285eba1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -68,6 +68,3 @@ add_subdirectory(dep) # add core sources add_subdirectory(src) - -# add sql-files -add_subdirectory(sql) |