Suppport for MSVC DLLs.

Change-Id: Ibbcc4ba4e59f5bbf1cb91fe81c7d3b9042d03493
This commit is contained in:
Björn Piltz
2014-04-23 22:13:37 +02:00
committed by Keir Mierle
parent c830820a5c
commit 5d7eed87b4
17 changed files with 108 additions and 73 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ namespace ceres {
// A compressed row sparse matrix used primarily for communicating the
// Jacobian matrix to the user.
struct CRSMatrix {
struct CERES_EXPORT CRSMatrix {
CRSMatrix() : num_rows(0), num_cols(0) {}
int num_rows;