blob: b65e9785c20b3f6584d9231c89da6ff74d6cf268 (
plain)
1
2
3
4
5
6
7
8
9
10
|
EXTRA_DIST = CMakeLists.txt
# include_HEADERS = catch.hpp
# lib_LTLIBRARIES = libtestmain.la
# libtestmain_la_LDFLAGS = -no-undefined
# libtestmain_la_SOURCES = test_main.cpp
SUBDIRS = cli googletest . gie gigs unit
|