- add shadow's driver in build
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@6624 30fe4595-0a0c-4342-8851-515496e4dcbd Former-commit-id: a4df3638efeecdb400fb2e5a8684857ccff850fc Former-commit-id: 49a003eb03beb02dd58569fbcf5526ce31acfb8c
This commit is contained in:
parent
cf07700e20
commit
5e7b474222
2 changed files with 2 additions and 1 deletions
|
@ -12,7 +12,7 @@ SD_ADD_SUBDIRECTORY(usr)
|
|||
IF(NOT OPTION_OFFICIAL_ONLY)
|
||||
|
||||
# Work-in-progress.
|
||||
#SD_ADD_SUBDIRECTORY(shadow)
|
||||
SD_ADD_SUBDIRECTORY(shadow)
|
||||
|
||||
IF(OPTION_3RDPARTY_SQLITE3)
|
||||
SD_ADD_SUBDIRECTORY(replay)
|
||||
|
|
|
@ -36,6 +36,7 @@
|
|||
#include "LearnedGraph.h"
|
||||
#include "AveragedData.h"
|
||||
#include "LinearRegression.h"
|
||||
#include "LinePath.h"
|
||||
#include "PtInfo.h"
|
||||
#include "Strategy.h"
|
||||
#include "teammanager.h"
|
||||
|
|
Loading…
Reference in a new issue