File: PlatformGTK.cmake

package info (click to toggle)
webkit2gtk 2.50.5-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 445,808 kB
  • sloc: cpp: 3,799,975; javascript: 197,876; ansic: 161,360; python: 49,142; asm: 21,987; ruby: 18,540; perl: 16,722; xml: 4,623; yacc: 2,360; sh: 2,246; java: 2,019; lex: 1,327; pascal: 366; makefile: 312
file content (11 lines) | stat: -rw-r--r-- 202 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
if (DEVELOPER_MODE)
    add_subdirectory(flatpak)
endif ()

if (ENABLE_API_TESTS)
    add_subdirectory(TestWebKitAPI/glib)
endif ()

if (ENABLE_MINIBROWSER)
  add_subdirectory(MiniBrowser/gtk)
endif ()