File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -31,4 +31,4 @@ IF(${CMAKE_SYSTEM_NAME} MATCHES "Linux")
31
31
SET (OperatingSystem "Linux" )
32
32
ENDIF (${CMAKE_SYSTEM_NAME} MATCHES "Linux" )
33
33
34
- ADD_LIBRARY (mqtt STATIC ${LIB} ${CORE} )
34
+ ADD_LIBRARY (mqtt ${LIB} ${CORE} )
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ IF(${CMAKE_SYSTEM_NAME} MATCHES "Linux")
12
12
add_definitions (-DLUA_USE_LINUX)
13
13
ENDIF (${CMAKE_SYSTEM_NAME} MATCHES "Linux" )
14
14
15
- ADD_LIBRARY (lua STATIC ${LIB} ${CORE} )
15
+ ADD_LIBRARY (lua ${LIB} ${CORE} )
16
16
#ADD_EXECUTABLE(luaexec lua.c)
17
17
#TARGET_LINK_LIBRARIES(luaexec lua m)
18
18
Original file line number Diff line number Diff line change @@ -15,4 +15,4 @@ IF(${CMAKE_SYSTEM_NAME} MATCHES "Linux")
15
15
SET (OperatingSystem "Linux" )
16
16
ENDIF (${CMAKE_SYSTEM_NAME} MATCHES "Linux" )
17
17
18
- ADD_LIBRARY (sqlite STATIC ${LIB} )
18
+ ADD_LIBRARY (sqlite ${LIB} )
You can’t perform that action at this time.
0 commit comments