-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathglnemo2.pro
30 lines (29 loc) · 1.31 KB
/
glnemo2.pro
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
# ============================================================================
# Copyright Jean-Charles LAMBERT - 2007-2023
# e-mail: [email protected]
# address: Centre de donneeS Astrophysique de Marseille (CeSAM)
# Laboratoire d'Astrophysique de Marseille
# Pôle de l'Etoile, site de Château-Gombert
# 38, rue Frédéric Joliot-Curie
# 13388 Marseille cedex 13 France
# CNRS U.M.R 7326
# ============================================================================
# See the complete license in LICENSE and/or "http://www.cecill.info".
# ============================================================================
SUBDIRS += \
utils \
3rdparty/pfntlib \
plugins/ramses \
plugins/gadget \
plugins/gadgeth5 \
plugins/nemolight \
plugins/ftm \
plugins/zlib \
plugins/network \
plugins/tipsy \
plugins \
src
TEMPLATE = subdirs
win32 {
SUBDIRS -= plugins/tipsy
}