Skip to content

Commit

Permalink
Forgot to add in a definintion for making the library for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Garrett Potts committed Jan 15, 2016
1 parent ed2d911 commit 8e1f097
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ ENDIF(BZIP2_FOUND)

FILE(GLOB OSSIMVIDEO_SRCS RELATIVE_PATH ${CMAKE_CURRENT_SOURCE_DIR} "${CMAKE_CURRENT_SOURCE_DIR}/src/*.cpp")
FILE(GLOB OSSIMVIDEO_HEADERS "${CMAKE_CURRENT_SOURCE_DIR}/include/ossimPredator/*.h")

add_definitions("-DOSSIMPREDATOR_LIBRARY")
set(INSTALL_INCLUDE_DIR "include/ossimPredator")
OSSIM_LINK_LIBRARY(${LIB_NAME} COMPONENT_NAME ossim TYPE "${OSSIM_USER_DEFINED_DYNAMIC_OR_STATIC}" HEADERS ${OSSIMVIDEO_HEADERS} SOURCE_FILES ${OSSIMVIDEO_SRCS}
LIBRARIES ${dependentLibs}
Expand Down

0 comments on commit 8e1f097

Please sign in to comment.