forked from ChristopherEdwards/PIP
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCMakeLists.txt
47 lines (41 loc) · 1.07 KB
/
CMakeLists.txt
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
40
41
42
43
44
45
46
47
#################################################################
# #
# Copyright (c) 2017-2018 YottaDB LLC. and/or its subsidiaries. #
# All rights reserved. #
# #
# This source code contains the intellectual property #
# of its copyright holder(s), and is made available #
# under a license. If you do not know the terms of #
# the license, please stop and do not read further. #
# #
#################################################################
cmake_minimum_required(VERSION 2.8)
project(pip)
# PSL/M code
add_subdirectory(crtns)
add_subdirectory(mrtns)
add_subdirectory(prtns)
add_subdirectory(srtns)
add_subdirectory(zrtns)
add_subdirectory(gbls)
# Add compiled projects
add_subdirectory(extcall_V1.2)
add_subdirectory(libsql_V3.2)
add_subdirectory(mtm_V2.4.5)
add_subdirectory(util)
add_subdirectory(jdbc)
install(FILES
gtmenv
gtmenv1
UCOPTS.ini
UCOPTS_2_7DEV.ini
UCOPTS_3DEV.ini
DESTINATION .)
install(PROGRAMS
dm
drv
piprecover
pipstart
pipstart-docker
pipstop
DESTINATION .)