commit | 6bcb8d9c304a3b218f8788018dfdfe368bb7d60c | [log] [tgz] |
---|---|---|
author | Pablo Speciale <pablo.speciale@gmail.com> | Mon Mar 25 16:40:26 2013 -0700 |
committer | Pablo Speciale <pablo.speciale@gmail.com> | Mon Mar 25 17:06:11 2013 -0700 |
tree | f6fcb37851685276eeb38dba8e5bfbda8940cef8 | |
parent | 619cfe692020c078275b68eac2167232fafdfffb [diff] [blame] |
Compiling against static or shared library Change-Id: I3fb35e9a49f90b8894f59dde49c90a7c2dd74b0a
diff --git a/cmake/CeresConfig.cmake.in b/cmake/CeresConfig.cmake.in index d000046..8ec5677 100644 --- a/cmake/CeresConfig.cmake.in +++ b/cmake/CeresConfig.cmake.in
@@ -47,3 +47,4 @@ # Set the expected library variable SET(CERES_LIBRARIES ceres) +SET(CERES_LIBRARIES_SHARED ceres_shared)