commit-queue@webkit.org | d6fb2c5 | 2012-12-06 03:10:13 +0000 | [diff] [blame] | 1 | set(EWebLauncher_SOURCES |
ryuan.choi@samsung.com | 3050676 | 2012-08-23 13:04:48 +0000 | [diff] [blame] | 2 | ${TOOLS_DIR}/EWebLauncher/url_bar.c |
commit-queue@webkit.org | c770bb2 | 2012-09-06 11:44:12 +0000 | [diff] [blame] | 3 | ${TOOLS_DIR}/EWebLauncher/url_utils.c |
commit-queue@webkit.org | c445f4d | 2010-12-20 09:08:26 +0000 | [diff] [blame] | 4 | ${TOOLS_DIR}/EWebLauncher/main.c |
commit-queue@webkit.org | 02bca69 | 2010-09-04 22:04:00 +0000 | [diff] [blame] | 5 | ) |
| 6 | |
commit-queue@webkit.org | d6fb2c5 | 2012-12-06 03:10:13 +0000 | [diff] [blame] | 7 | set(EWebLauncher_LIBRARIES |
paroga@webkit.org | 8c21780 | 2013-05-18 11:36:50 +0000 | [diff] [blame] | 8 | JavaScriptCore |
| 9 | WebCore |
| 10 | WebKit |
rakuco@webkit.org | fb7fec1 | 2012-05-04 00:39:57 +0000 | [diff] [blame] | 11 | ${CAIRO_LIBRARIES} |
rakuco@webkit.org | 7208060 | 2012-09-11 15:33:04 +0000 | [diff] [blame] | 12 | ${ECORE_LIBRARIES} |
| 13 | ${ECORE_EVAS_LIBRARIES} |
| 14 | ${ECORE_FILE_LIBRARIES} |
commit-queue@webkit.org | 02bca69 | 2010-09-04 22:04:00 +0000 | [diff] [blame] | 15 | ${ECORE_X_LIBRARIES} |
| 16 | ${EDJE_LIBRARIES} |
rakuco@webkit.org | 7208060 | 2012-09-11 15:33:04 +0000 | [diff] [blame] | 17 | ${EINA_LIBRARIES} |
ryuan.choi@samsung.com | 4445954 | 2012-12-21 00:59:46 +0000 | [diff] [blame] | 18 | ${EO_LIBRARIES} |
commit-queue@webkit.org | 02bca69 | 2010-09-04 22:04:00 +0000 | [diff] [blame] | 19 | ${EVAS_LIBRARIES} |
| 20 | ${LIBXML2_LIBRARIES} |
ch.dumez@sisa.samsung.com | fb305fc | 2013-05-20 19:13:44 +0000 | [diff] [blame] | 21 | ${LIBXSLT_LIBRARIES} -lm |
commit-queue@webkit.org | 02bca69 | 2010-09-04 22:04:00 +0000 | [diff] [blame] | 22 | ${SQLITE_LIBRARIES} |
rakuco@webkit.org | 5621883 | 2012-08-13 20:38:06 +0000 | [diff] [blame] | 23 | ${GLIB_LIBRARIES} |
rakuco@webkit.org | 48d9a03 | 2012-08-13 23:30:23 +0000 | [diff] [blame] | 24 | ${LIBSOUP_LIBRARIES} |
commit-queue@webkit.org | 02bca69 | 2010-09-04 22:04:00 +0000 | [diff] [blame] | 25 | ) |
| 26 | |
commit-queue@webkit.org | d6fb2c5 | 2012-12-06 03:10:13 +0000 | [diff] [blame] | 27 | set(EWebLauncher_INCLUDE_DIRECTORIES |
commit-queue@webkit.org | 02bca69 | 2010-09-04 22:04:00 +0000 | [diff] [blame] | 28 | "${WEBKIT_DIR}/efl/ewk" |
rakuco@webkit.org | fb7fec1 | 2012-05-04 00:39:57 +0000 | [diff] [blame] | 29 | ${CAIRO_INCLUDE_DIRS} |
rakuco@webkit.org | 7208060 | 2012-09-11 15:33:04 +0000 | [diff] [blame] | 30 | ${ECORE_INCLUDE_DIRS} |
| 31 | ${ECORE_EVAS_INCLUDE_DIRS} |
| 32 | ${ECORE_FILE_INCLUDE_DIRS} |
| 33 | ${ECORE_X_INCLUDE_DIRS} |
commit-queue@webkit.org | 02bca69 | 2010-09-04 22:04:00 +0000 | [diff] [blame] | 34 | ${EDJE_INCLUDE_DIRS} |
rakuco@webkit.org | 7208060 | 2012-09-11 15:33:04 +0000 | [diff] [blame] | 35 | ${EINA_INCLUDE_DIRS} |
ryuan.choi@samsung.com | 4445954 | 2012-12-21 00:59:46 +0000 | [diff] [blame] | 36 | ${EO_INCLUDE_DIRS} |
commit-queue@webkit.org | 02bca69 | 2010-09-04 22:04:00 +0000 | [diff] [blame] | 37 | ${EVAS_INCLUDE_DIRS} |
rakuco@webkit.org | 5621883 | 2012-08-13 20:38:06 +0000 | [diff] [blame] | 38 | ${GLIB_INCLUDE_DIRS} |
rakuco@webkit.org | 48d9a03 | 2012-08-13 23:30:23 +0000 | [diff] [blame] | 39 | ${LIBSOUP_INCLUDE_DIRS} |
commit-queue@webkit.org | 02bca69 | 2010-09-04 22:04:00 +0000 | [diff] [blame] | 40 | ) |
| 41 | |
commit-queue@webkit.org | d6fb2c5 | 2012-12-06 03:10:13 +0000 | [diff] [blame] | 42 | include_directories(${EWebLauncher_INCLUDE_DIRECTORIES}) |
| 43 | add_executable(EWebLauncher ${EWebLauncher_SOURCES}) |
| 44 | target_link_libraries(EWebLauncher ${EWebLauncher_LIBRARIES}) |
| 45 | set_target_properties(EWebLauncher PROPERTIES FOLDER "Tools") |
ryuan.choi@samsung.com | 3050676 | 2012-08-23 13:04:48 +0000 | [diff] [blame] | 46 | |
commit-queue@webkit.org | d6fb2c5 | 2012-12-06 03:10:13 +0000 | [diff] [blame] | 47 | add_dependencies(EWebLauncher ControlTheme) |