|
Lines 3-9
Link Here
|
| 3 |
# in their public headers instead of doing forward declarations. |
3 |
# in their public headers instead of doing forward declarations. |
| 4 |
find_package(PkgConfig REQUIRED) |
4 |
find_package(PkgConfig REQUIRED) |
| 5 |
pkg_check_modules(TP_FARSTREAM REQUIRED telepathy-farstream) |
5 |
pkg_check_modules(TP_FARSTREAM REQUIRED telepathy-farstream) |
| 6 |
pkg_check_modules(FARSTREAM REQUIRED farstream-0.1) |
6 |
pkg_check_modules(FARSTREAM REQUIRED farstream-0.2) |
| 7 |
|
7 |
|
| 8 |
include_directories( |
8 |
include_directories( |
| 9 |
${CMAKE_CURRENT_BINARY_DIR} |
9 |
${CMAKE_CURRENT_BINARY_DIR} |