File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -308,14 +308,10 @@ ENDIF(WIN32)
308308
309309COVISE_WNOERROR (${COVERKERNEL_TARGET} BASEARCH zebu )
310310
311- TARGET_LINK_LIBRARIES (${COVERKERNEL_TARGET} coOpenVRUI coOSGVRUI coMessages coOpenConfig
311+ TARGET_LINK_LIBRARIES (${COVERKERNEL_TARGET} coOpenVRUI coOSGVRUI coMessages coOpenConfig coVRAudio
312312 ${COVISE_VRBCLIENT_LIBRARY} ${COVISE_GRMSG_LIBRARY} ${COVISE_UTIL_LIBRARY} ${COVISE_GPU_LIBRARIES} ${COVISE_NET_LIBRARY}
313313 ${XERCESC_LIBRARIES} ${OPENSCENEGRAPH_LIBRARIES} ${TIFF_LIBRARIES} ${CMAKE_THREAD_LIBS_INIT} ${EXTRA_LIBS} )
314314
315- if (TARGET coVRAudio)
316- target_link_libraries (${COVERKERNEL_TARGET} coVRAudio )
317- endif ()
318-
319315TARGET_LINK_LIBRARIES (${COVERKERNEL_TARGET} Pal::Sigslot )
320316
321317IF (CURL_FOUND)
Original file line number Diff line number Diff line change @@ -18,6 +18,5 @@ SET(SOURCES
1818 PointSensor.cpp
1919)
2020cover_add_plugin (GPS ${HEADERS} ${SOURCES} )
21- if (TARGET coVRAudio)
22- target_link_libraries (GPS coVRAudio )
23- endif ()
21+
22+ target_link_libraries (GPS coVRAudio )
Original file line number Diff line number Diff line change @@ -347,14 +347,11 @@ TARGET_LINK_LIBRARIES(coVRML
347347 coJS
348348 coNet
349349 coOpenConfig
350+ coVRAudio
350351 ${COVISE_UTIL_LIBRARY}
351352 ${EXTRA_LIBS}
352353 ${CMAKE_THREAD_LIBS_INIT}
353354)
354355
355- if (TARGET coVRAudio)
356- TARGET_LINK_LIBRARIES (coVRML coVRAudio )
357- endif ()
358-
359356COVISE_INSTALL_TARGET (coVRML )
360357COVISE_INSTALL_HEADERS (vrml97/vrml ${VRML_HEADERS} )
You can’t perform that action at this time.
0 commit comments