1 # General configuration
3 # The default path to libc
4 set(LIBC_PATH "/lib/libc.so.6")
5 # The default TCP port to use
10 # If DEVELOPMENT_BUILD is true, then aesalon will output a lot of debugging
12 set(DEVELOPMENT_BUILD true)
15 set(BUILD_MONITOR true)
19 # Only applicable if the monitor is being built
20 # AESALON_PLATFORM can be:
22 # 1: linux x86-64 (sometimes known as amd64)
23 set(AESALON_PLATFORM 1)