Skip to content

Commit

Permalink
build: enable shared libraries by default
Browse files Browse the repository at this point in the history
Related-to: wdas#70
Signed-off-by: David Aguilar <[email protected]>
  • Loading branch information
davvid committed Jul 7, 2018
1 parent e962541 commit 56ddeea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@ ELSE(ZLIB_FOUND)
SET (ZLIB_LIBRARY "")
ENDIF(ZLIB_FOUND)

option(BUILD_SHARED_LIBS "Enabled shared libraries" ON)

## Make modules able to see partio library
# Setup environment variable to link partio
SET( PARTIO_LIBRARIES partio ${ZLIB_LIBRARY} )
Expand Down

0 comments on commit 56ddeea

Please sign in to comment.