Skip to content

Commit

Permalink
Dynamic -> Static C++ library.
Browse files Browse the repository at this point in the history
  • Loading branch information
marek-simonik committed Sep 20, 2019
1 parent 900c76c commit f6ba87b
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 @@ -36,7 +36,7 @@ endif ()
### Create C++ library
########################################################################
include(GNUInstallDirs)
add_library(record3d_cpp SHARED src/Record3DStream.cpp src/JPEGDecoder.cpp)
add_library(record3d_cpp STATIC src/Record3DStream.cpp src/JPEGDecoder.cpp)
include_directories(include)
target_link_libraries(record3d_cpp PUBLIC lzfse usbmuxd)
install(TARGETS record3d_cpp lzfse usbmuxd plist EXPORT Record3DConfig
Expand Down

0 comments on commit f6ba87b

Please sign in to comment.