Skip to content

Commit

Permalink
First concept of Profile DB
Browse files Browse the repository at this point in the history
  • Loading branch information
nico-abram committed Feb 10, 2018
1 parent f1fcdac commit 0f1a9bd
Show file tree
Hide file tree
Showing 14 changed files with 1,212 additions and 145 deletions.
4 changes: 4 additions & 0 deletions src/CMakeData-data.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,8 @@ list(APPEND SM_DATA_REST_SRC
"PlayerState.cpp"
"Preference.cpp"
"Profile.cpp"
"XMLProfile.cpp"
"DBProfile.cpp"
"RadarValues.cpp"
"RandomSample.cpp"
"SampleHistory.cpp"
Expand Down Expand Up @@ -223,6 +225,8 @@ list(APPEND SM_DATA_REST_HPP
"PlayerState.h"
"Preference.h"
"Profile.h"
"XMLProfile.h"
"DBProfile.h"
"RadarValues.h"
"RandomSample.h"
"SampleHistory.h"
Expand Down
1 change: 1 addition & 0 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,7 @@ list(APPEND SMDATA_LINK_LIB
"png"
"glew"
"jpeg"
"sqlite3"
"SQLiteCpp"
)
include(../extern/CMakeProject-mmmagic.cmake)
Expand Down
Loading

0 comments on commit 0f1a9bd

Please sign in to comment.