move MPA1 in official category
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@5515 30fe4595-0a0c-4342-8851-515496e4dcbd Former-commit-id: e08f3e9242141f2fdd59db6153b1cf0ecb19bf1a Former-commit-id: fc57c0804afdeacd4a1ad8dd25198960e0d12160
This commit is contained in:
parent
af49cd8f57
commit
ac86b14e93
1 changed files with 2 additions and 3 deletions
|
@ -3,13 +3,12 @@ INCLUDE(../../cmake/macros.cmake)
|
|||
# Official robots.
|
||||
SD_ADD_SUBDIRECTORY(human)
|
||||
SD_ADD_SUBDIRECTORY(kilo2008)
|
||||
SD_ADD_SUBDIRECTORY(networkhuman)
|
||||
SD_ADD_SUBDIRECTORY(simplix)
|
||||
SD_ADD_SUBDIRECTORY(usr)
|
||||
|
||||
# Work-in-progress / unofficial robots.
|
||||
IF(NOT OPTION_OFFICIAL_ONLY)
|
||||
|
||||
SD_ADD_SUBDIRECTORY(networkhuman)
|
||||
IF(NOT OPTION_OFFICIAL_ONLY
|
||||
|
||||
# Template robot (new framework).
|
||||
SD_ADD_SUBDIRECTORY(template)
|
||||
|
|
Loading…
Reference in a new issue