9 lines
175 B
Makefile
9 lines
175 B
Makefile
#
|
|
# Makefile.am
|
|
#
|
|
# Copyright (C) 2022, Charles Karney <charles@karney.com>
|
|
|
|
TEST_FILES = geodtest.cpp signtest.cpp polygontest.cpp
|
|
|
|
EXTRA_DIST = CMakeLists.txt $(TEST_FILES)
|