[Webkit-unassigned] [Bug 64923] [EFL] Defines header files will be publicly installed explicitly.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 25 02:03:39 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=64923





--- Comment #10 from Ryuan Choi <ryuan.choi at samsung.com>  2011-07-25 02:03:39 PST ---
(From update of attachment 101721)
View in context: https://bugs.webkit.org/attachment.cgi?id=101721&action=review

> Source/WebKit/efl/CMakeListsEfl.txt:218
> +LIST(APPEND EWebKit_HEADERS "${CMAKE_CURRENT_SOURCE_DIR}/efl/ewk/EWebKit.h")

Anyway, It's not good for me.

you can use SET for these headers.
SET(EWebKit_Headers
    EWebKit.h
    ...
    ewk_window_features.h
)

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list