File: CMakeLists.txt

package info (click to toggle)
qtwebsockets-opensource-src 5.3.2-5~bpo70%2B1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy-backports
  • size: 1,060 kB
  • sloc: cpp: 7,671; makefile: 31; ansic: 21
file content (14 lines) | stat: -rw-r--r-- 197 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

cmake_minimum_required(VERSION 2.8)

project(qmake_cmake_files)

enable_testing()

find_package(Qt5Core REQUIRED)

include("${_Qt5CTestMacros}")

test_module_includes(
    WebSockets QWebSocket
)