diff options
-rwxr-xr-x | core/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/CMakeLists.txt b/core/CMakeLists.txt index 665ebdb..9d97b5f 100755 --- a/core/CMakeLists.txt +++ b/core/CMakeLists.txt @@ -80,6 +80,7 @@ target_link_libraries(browserCore dl) target_link_libraries(browserCore ${Boost_LIBRARIES}) target_link_libraries(browserCore ${EFL_LDFLAGS}) target_link_libraries(browserCore ${EWEBKIT2_LDFLAGS}) +target_link_libraries(browserCore curl) if(TIZEN_BUILD) target_link_libraries(browserCore ${tizen_pkgs_LDFLAGS}) |