forked from Alepha/Alepha
A lot of progress towards unifying the build system.
This commit is contained in:
1
Exception.test/CMakeLists.txt
Normal file
1
Exception.test/CMakeLists.txt
Normal file
@ -0,0 +1 @@
|
||||
unit_test( exception )
|
@ -1,9 +0,0 @@
|
||||
CXXFLAGS+= -std=c++2a -I ../
|
||||
CXXFLAGS+= -g -O0
|
||||
CXX=g++
|
||||
|
||||
CXXFLAGS+= -Wno-inline-namespace-reopened-noninline
|
||||
CXXFLAGS+= -Wno-unused-comparison
|
||||
CXXFLAGS+= -DAlepha=MyProject_Alepha
|
||||
|
||||
all: exception
|
Reference in New Issue
Block a user