Skip to content

Commit

Permalink
Add systems/framework/primitives/CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
david-german-tri committed Aug 16, 2016
1 parent 8dcec09 commit 3f50fad
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
5 changes: 1 addition & 4 deletions drake/systems/framework/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,6 @@ set(installed_headers
diagram_context.h
leaf_state_vector.h
leaf_system.h
primitives/adder.h
primitives/constant_vector_source.h
primitives/integrator.h
state.h
state_subvector.h
state_supervector.h
Expand Down Expand Up @@ -71,5 +68,5 @@ pods_install_pkg_config_file(drake-system-framework
REQUIRES
VERSION 0.0.1)

add_subdirectory(primitives)
add_subdirectory(test)
add_subdirectory(primitives/test)
9 changes: 9 additions & 0 deletions drake/systems/framework/primitives/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# This directory has no library targets. All the source code here is part
# drakeSystemFramework, which is declared in systems/framework.

drake_install_headers(
adder.h
constant_vector_source.h
integrator.h)

add_subdirectory(test)

0 comments on commit 3f50fad

Please sign in to comment.