mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-04 08:36:52 +08:00
feat: Use conan for dependency management
This commit is contained in:
@@ -20,7 +20,7 @@ target_include_directories(simulatorflightgear PUBLIC ${PROJECT_SOURCE_DIR}/src)
|
||||
target_link_libraries(simulatorflightgear
|
||||
PUBLIC
|
||||
misc
|
||||
externals_dbus
|
||||
dbus-1
|
||||
plugincommon
|
||||
)
|
||||
|
||||
|
||||
@@ -26,7 +26,7 @@ target_include_directories(simulatorxplane PUBLIC ${PROJECT_SOURCE_DIR}/src)
|
||||
target_link_libraries(simulatorxplane
|
||||
PUBLIC
|
||||
misc
|
||||
externals_dbus
|
||||
dbus-1
|
||||
plugincommon
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user