diff options
| author | J08nY | 2017-05-20 22:11:00 +0200 |
|---|---|---|
| committer | J08nY | 2017-05-20 22:25:59 +0200 |
| commit | e1789200d2bb84ad4148ec18f122ab831c89b621 (patch) | |
| tree | 22e6c81b2090d6a164a29b362d2da362a745c832 /CMakeLists.txt | |
| parent | fd170a41d12db27e722f39832d4689eed3ad14b2 (diff) | |
| download | ecgen-e1789200d2bb84ad4148ec18f122ab831c89b621.tar.gz ecgen-e1789200d2bb84ad4148ec18f122ab831c89b621.tar.zst ecgen-e1789200d2bb84ad4148ec18f122ab831c89b621.zip | |
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 49cf3d0..c59dc79 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ find_library(sha1 sha1/libsha1.a) file(GLOB SRC "src/math/*.c" "src/cm/*.c" "src/invalid/*.c" "src/io/*.c" "src/exhaustive/*.c" "src/util/*.c") set(ECGEN_SRC "src/ecgen.c" ${SRC}) -set(ECONVERT_SRC "src/econvert.c" ${SRC}) +set(ECONVERT_SRC "src/econvert.c") add_executable(ecgen ${ECGEN_SRC}) add_executable(econvert ${ECONVERT_SRC}) |
