diff options
Diffstat (limited to 'auxiliary')
| -rw-r--r-- | auxiliary/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/auxiliary/CMakeLists.txt b/auxiliary/CMakeLists.txt index f475812..b9c1067 100644 --- a/auxiliary/CMakeLists.txt +++ b/auxiliary/CMakeLists.txt @@ -1,6 +1,6 @@ cliprogram(combi-test combi-test.c) cliprogram(divvy-test divvy-test.c) -cliprogram(hatgen hatgen.c COMPILE_DEFINITIONS TEST_HAT) +cliprogram(hatgen hatgen.c CORE_LIB COMPILE_DEFINITIONS TEST_HAT) cliprogram(hat-test hat-test.c) cliprogram(latin-test latin-test.c) cliprogram(matching matching.c) |