-
Notifications
You must be signed in to change notification settings - Fork 66
/
Conf.cmake
34 lines (26 loc) · 1.2 KB
/
Conf.cmake
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
#==============================================================================
#
# OpenSees -- Open System For Earthquake Engineering Simulation
# Pacific Earthquake Engineering Research Center
#
# (c) Copyright 1999-2021 The Regents of the University of California
# All Rights Reserved
# (Copyright and Disclaimer @ http://www.berkeley.edu/OpenSees/copyright.html)
#
#==============================================================================
#==============================================================================
# Select Default Executable
#==============================================================================
set(OPS_FINAL_TARGET "OpenSees" CACHE STRING "OpenSees final target")
#==============================================================================
# Basic Switches
#==============================================================================
option(OPS_Use_Dev_Directories
"Include files in DEVELOPER directory" OFF)
option(FMK
"Special FMK Code" OFF)
set(OPS_Use_Graphics_Option
None
# Base
# OpenGL
)