summaryrefslogtreecommitdiffstats
path: root/tdecore/malloc/CMakeLists.txt
blob: 400320c8866fa69ea36524627b3f6610e62903a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#################################################
#
#  (C) 2010 Serghei Amelian
#  serghei (DOT) amelian (AT) gmail.com
#
#  Improvements and feedback are welcome
#
#  This file is released under GPL >= 2
#
#################################################

include_directories(
  ${CMAKE_BINARY_DIR}
)

tde_add_library( klmalloc STATIC_PIC
  SOURCES malloc.c
)