mirror of
https://github.com/darlinghq/darling-WTF.git
synced 2024-11-23 20:09:39 +00:00
6 lines
132 B
CMake
6 lines
132 B
CMake
cmake_minimum_required(VERSION 2.8.12)
|
|
include(WebKitCommon)
|
|
set_property(DIRECTORY . PROPERTY FOLDER "WTF")
|
|
|
|
add_subdirectory(wtf)
|