mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-25 14:34:29 +00:00
LaunchAPPLServer: don't link to Navigation if Navigation.h not found
This commit is contained in:
parent
92c0550526
commit
d7b311cb34
@ -123,11 +123,13 @@ if(HAVE_OPENTRANSPORT)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
if(CMAKE_SYSTEM_NAME MATCHES RetroPPC)
|
||||
target_link_libraries(LaunchAPPLServer -lNavigationLib)
|
||||
endif()
|
||||
if(CMAKE_SYSTEM_NAME MATCHES Retro68)
|
||||
target_link_libraries(LaunchAPPLServer -lNavigation.far)
|
||||
if(HAVE_NAVIGATION)
|
||||
if(CMAKE_SYSTEM_NAME MATCHES RetroPPC)
|
||||
target_link_libraries(LaunchAPPLServer -lNavigationLib)
|
||||
endif()
|
||||
if(CMAKE_SYSTEM_NAME MATCHES Retro68)
|
||||
target_link_libraries(LaunchAPPLServer -lNavigation.far)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
if(FALSE)
|
||||
|
Loading…
Reference in New Issue
Block a user