forked from VioletGiraffe/cpp-template-utils
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcpp-template-utils.pro
More file actions
39 lines (34 loc) · 961 Bytes
/
Copy pathcpp-template-utils.pro
File metadata and controls
39 lines (34 loc) · 961 Bytes
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
38
39
win*{
TEMPLATE = lib
} else {
TEMPLATE = aux
}
CONFIG += staticlib
CONFIG -= qt
CONFIG += strict_c++ c++2a
*g++*:QMAKE_CXXFLAGS += -fconcepts
*msvc*:QMAKE_CXXFLAGS += /Zc:char8_t
include (compiler/compiler.pri)
HEADERS += \
container/memtrack_allocator.hpp \
container/multi_index.hpp \
container/multimap_helpers.hpp \
math/math.hpp \
container/set_operations.hpp \
container/iterator_helpers.hpp \
container/algorithms.hpp \
utility/data_buffer.hpp \
utility/extra_type_traits.hpp \
utility/memory_cast.hpp \
utility/on_scope_exit.hpp \
utility/callback_caller.hpp \
utility/macro_utils.h \
utility/constexpr_algorithms.hpp \
container/std_container_helpers.hpp \
container/ordered_containers.hpp \
container/string_helpers.hpp \
tuple/tuple_helpers.hpp \
parameter_pack/parameter_pack_helpers.hpp \
utility/template_magic.hpp \
utility/integer_literals.hpp \
random/randomnumbergenerator.h