Merge /u/martymac/flightgear/ branch freebsd-fix into next
https://sourceforge.net/p/flightgear/flightgear/merge-requests/79/
This commit is contained in:
commit
6257c29fd8
1 changed files with 4 additions and 0 deletions
|
@ -164,6 +164,10 @@ if (Qt5Core_FOUND)
|
|||
target_link_libraries(fgfs Qt5::Widgets fglauncher)
|
||||
endif()
|
||||
|
||||
if(${CMAKE_SYSTEM_NAME} MATCHES "FreeBSD")
|
||||
target_link_libraries(fgfs execinfo)
|
||||
endif()
|
||||
|
||||
if (APPLE)
|
||||
install(TARGETS fgfs BUNDLE DESTINATION .)
|
||||
else()
|
||||
|
|
Loading…
Reference in a new issue