Fixed by updating indra/cmake/WebKitLibPlugin.cmake with version from imprudence. This commit also contains removal of execute permissions of source files and configure files, sorry...
16 lines
236 B
CMake
16 lines
236 B
CMake
# -*- cmake -*-
|
|
|
|
add_subdirectory(base)
|
|
|
|
add_subdirectory(webkit)
|
|
|
|
if (LINUX)
|
|
add_subdirectory(gstreamer010)
|
|
endif (LINUX)
|
|
|
|
if (DARWIN OR WINDOWS)
|
|
add_subdirectory(quicktime)
|
|
endif (DARWIN OR WINDOWS)
|
|
|
|
add_subdirectory(example)
|