summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2019-06-05 11:25:32 +0300
committerIvan Maidanski <ivmai@mail.ru>2019-06-05 11:26:17 +0300
commitdbe3cf713d85b273105e2d71c590416328bdf6fe (patch)
treec1c2130deca55cef8132ae7dcece08f5c82089c4 /Makefile.am
parentf5006fcc53023d40c7477f6eeca916e475d2b3f4 (diff)
downloadbdwgc-dbe3cf713d85b273105e2d71c590416328bdf6fe.tar.gz
Move CMake cord specification and cord executable to cord folder
Issue #281 (bdwgc). * CMakeLists.txt [WIN32]: Move add_executable, set_target_properties, target_link_libraries for cord to cord/CMakeLists.txt. * CMakeLists.txt (cord): Specify add_subdirectory. * Makefile.am (EXTRA_DIST): Add cord/CMakeLists.txt. * cord/CMakeLists.txt: New file.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index bb6389f1..5de2657f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -199,7 +199,7 @@ EXTRA_DIST += README.QUICK
EXTRA_DIST += BCC_MAKEFILE NT_MAKEFILE \
OS2_MAKEFILE PCR-Makefile digimars.mak \
Makefile.direct SMakefile.amiga WCC_MAKEFILE autogen.sh \
- CMakeLists.txt tests/CMakeLists.txt
+ CMakeLists.txt cord/CMakeLists.txt tests/CMakeLists.txt
# files used by makefiles other than Makefile.am
#