mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-24 14:48:07 +00:00
Fix last commit.
This commit is contained in:
parent
8f5d174f95
commit
1708ae987a
2 changed files with 3 additions and 3 deletions
|
|
@ -100,7 +100,7 @@ if(HAVE_LIBUDEV_H)
|
|||
target_link_libraries(linphone-gtk udev)
|
||||
endif()
|
||||
if(GTKMACINTEGRATION_FOUND)
|
||||
target_include_directories(linphone-gtk ${GTKMACINTEGRATION_INCLUDE_DIRS})
|
||||
target_include_directories(linphone-gtk PUBLIC ${GTKMACINTEGRATION_INCLUDE_DIRS})
|
||||
target_link_libraries(linphone-gtk ${GTKMACINTEGRATION_LIBRARIES})
|
||||
endif()
|
||||
|
||||
|
|
|
|||
|
|
@ -81,8 +81,8 @@ else()
|
|||
target_include_directories(liblinphone_tester PUBLIC ${GTK2_INCLUDE_DIRS})
|
||||
target_link_libraries(liblinphone_tester linphone ${GTK2_LIBRARIES})
|
||||
if(GTKMACINTEGRATION_FOUND)
|
||||
target_include_directories(linphone-gtk ${GTKMACINTEGRATION_INCLUDE_DIRS})
|
||||
target_link_libraries(linphone-gtk ${GTKMACINTEGRATION_LIBRARIES})
|
||||
target_include_directories(liblinphone_tester PUBLIC ${GTKMACINTEGRATION_INCLUDE_DIRS})
|
||||
target_link_libraries(liblinphone_tester ${GTKMACINTEGRATION_LIBRARIES})
|
||||
endif()
|
||||
endif()
|
||||
endif()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue