blob: 6fb30c4f0ccb7e88d358b8800db023a1003dcc7b (
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 = . gie gigs unit
|