1
0
Fork 0

Windows...

revert to directly using PLIB variables *sigh*
This commit is contained in:
ThorstenB 2012-02-25 01:48:13 +01:00
parent ecb2e77e5b
commit 3b27e847b0

View file

@ -19,17 +19,23 @@ add_executable(UGsmooth
target_link_libraries(GPSsmooth target_link_libraries(GPSsmooth
${SIMGEAR_CORE_LIBRARIES} ${SIMGEAR_CORE_LIBRARIES}
${SIMGEAR_CORE_LIBRARY_DEPENDENCIES} ${SIMGEAR_CORE_LIBRARY_DEPENDENCIES}
${PLIB_SG_LIBRARY}
${PLIB_UL_LIBRARY}
) )
target_link_libraries(MIDGsmooth target_link_libraries(MIDGsmooth
${SIMGEAR_CORE_LIBRARIES} ${SIMGEAR_CORE_LIBRARIES}
${SIMGEAR_CORE_LIBRARY_DEPENDENCIES} ${SIMGEAR_CORE_LIBRARY_DEPENDENCIES}
${PLIB_SG_LIBRARY}
${PLIB_UL_LIBRARY}
) )
target_link_libraries(UGsmooth target_link_libraries(UGsmooth
${SIMGEAR_CORE_LIBRARIES} ${SIMGEAR_CORE_LIBRARIES}
${ZLIB_LIBRARY}
${SIMGEAR_CORE_LIBRARY_DEPENDENCIES} ${SIMGEAR_CORE_LIBRARY_DEPENDENCIES}
${PLIB_SG_LIBRARY}
${PLIB_UL_LIBRARY}
${ZLIB_LIBRARY}
) )
install(TARGETS GPSsmooth MIDGsmooth UGsmooth RUNTIME DESTINATION bin) install(TARGETS GPSsmooth MIDGsmooth UGsmooth RUNTIME DESTINATION bin)