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
+4
View File
@@ -28,6 +28,10 @@
#
# Author: keir@google.com (Keir Mierle)
IF (BUILD_SHARED_LIBS)
ADD_DEFINITIONS(-DCERES_USING_SHARED_LIBRARY)
ENDIF()
ADD_EXECUTABLE(helloworld helloworld.cc)
TARGET_LINK_LIBRARIES(helloworld ceres)