forked from ecorm/cppwamp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcppwamp.pro
More file actions
37 lines (30 loc) · 1.03 KB
/
cppwamp.pro
File metadata and controls
37 lines (30 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
#-------------------------------------------------------------------------------
# Copyright Butterfly Energy Systems 2014-2015.
# Distributed under the Boost Software License, Version 1.0.
# (See accompanying file LICENSE_1_0.txt or copy at
# http://www.boost.org/LICENSE_1_0.txt)
#-------------------------------------------------------------------------------
TEMPLATE = subdirs
chatexample.subdir = examples/chat
chatexample.target = chat
timeservice.subdir = examples/timeservice
timeservice.target = timeservice
timeclient.subdir = examples/timeclient
timeclient.target = timeclient
SUBDIRS = cppwamp \
test \
chatexample \
timeservice \
timeclient
test.depends = cppwamp
chatexample.depends = cppwamp
timeservice.depends = cppwamp
timeclient.depends = cppwamp
OTHER_FILES += \
CMakeLists.txt \
examples/CMakeLists.txt \
Doxyfile.in \
doc/concepts.dox \
doc/cppwamp.dox \
doc/registrations.dox \
doc/subscriptions.dox