blob: 428e1650456fb4da04c5236152af7311a8612c24 (
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 = old googletest . gie gigs unit
|