Implemented TrapObserver.
[aesalon.git] / build.config
blob97a4af6ec9ae02cc1da653d121c735409db10696
1 # Comment out a line to disable
3 set(BUILD_GUI true)
4 set(BUILD_PLATFORM true)
6 # Only applicable if the platform is being built
7 # AESALON_PLATFORM can be:
8 #   0: linux x86
9 #   1: linux x86-64 (sometimes known as amd64)
10 set(AESALON_PLATFORM        1)