Skip to content

Commit

Permalink
Enable the compilation of VariablesHandler
Browse files Browse the repository at this point in the history
  • Loading branch information
GiulioRomualdi committed Jun 16, 2020
1 parent f27acff commit 43e5a2d
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions src/System/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@

# set target name
add_bipedal_locomotion_library(
NAME System
PUBLIC_HEADERS include/BipedalLocomotion/System/Advanceable.h
IS_INTERFACE #This will be removed when adding also sources.
)
NAME System
PUBLIC_HEADERS include/BipedalLocomotion/System/Advanceable.h include/BipedalLocomotion/System/VariablesHandler.h
SOURCES src/VariablesHandler.cpp
PUBLIC_LINK_LIBRARIES iDynTree::idyntree-core
SUBDIRECTORIES tests
)

0 comments on commit 43e5a2d

Please sign in to comment.