Skip to content

Commit f972509

Browse files
author
Dominic Reber
committed
Make shared library
1 parent 58a347e commit f972509

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ else()
3939
endif()
4040

4141
## Add serial library
42-
add_library(${PROJECT_NAME} ${serial_SRCS})
42+
add_library(${PROJECT_NAME} SHARED ${serial_SRCS})
4343
if(APPLE)
4444
target_link_libraries(${PROJECT_NAME} ${FOUNDATION_LIBRARY} ${IOKIT_LIBRARY})
4545
elseif(UNIX)

0 commit comments

Comments
 (0)