update again

pull/1/head
Jeff Becker 6 years ago
parent 7f2852f85c
commit 5e76744ccc
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

@ -70,7 +70,7 @@ add_library(${SHARED_LIB} SHARED ${LIB_SRC})
add_executable(${EXE} ${EXE_SRC})
target_link_libraries(${STATIC_LIB} ${LIBS})
target_link_libraries(${EXE} ${STATIC_LIB})
target_link_libraries(${SHARED_LIB} ${STATIC_LIB})
target_link_libraries(${SHARED_LIB} ${STATIC_LIB} ${LIBS})
add_executable(rcutil daemon/rcutil.cpp)
target_link_libraries(rcutil ${STATIC_LIB} ${LIBS})

Loading…
Cancel
Save