Skip to content

Commit

Permalink
Install the drakeCore library
Browse files Browse the repository at this point in the history
This library was added by commit ab8bf49 (Add a `FunctionalForm` class
to model functional forms, 2016-04-26) but the install rule was left
out.  Add it now.
  • Loading branch information
bradking committed May 19, 2016
1 parent 4ec321b commit 6732ec2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions drake/core/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,10 @@ drake_install_headers(
add_library_with_exports(LIB_NAME drakeCore SOURCE_FILES
functional_form.cc
)

pods_install_libraries(drakeCore)
pods_install_pkg_config_file(drake-core
LIBS -ldrakeCore
REQUIRES
VERSION 0.0.1
)

0 comments on commit 6732ec2

Please sign in to comment.