update camke

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

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

Loading…
Cancel
Save