diff options
| author | J08nY | 2017-02-17 14:40:11 +0100 |
|---|---|---|
| committer | J08nY | 2017-02-17 14:40:11 +0100 |
| commit | 697c966ce5cfaac8c5c81ffcd30b80f2b9c0c43e (patch) | |
| tree | f02682b3255e31d6ad57814d4d9abf1dbc978c15 /CMakeLists.txt | |
| parent | b1b05887323d16dc45738cf0c1d76f4dcc540bd5 (diff) | |
| download | ecgen-697c966ce5cfaac8c5c81ffcd30b80f2b9c0c43e.tar.gz ecgen-697c966ce5cfaac8c5c81ffcd30b80f2b9c0c43e.tar.zst ecgen-697c966ce5cfaac8c5c81ffcd30b80f2b9c0c43e.zip | |
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 44a3c18..3156c0d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -25,6 +25,4 @@ add_executable(ecgen ${ECGEN_SRC}) find_library(parson parson/libparson.a) -target_link_libraries(ecgen pari) -target_link_libraries(ecgen rt) -target_link_libraries(ecgen ${parson})
\ No newline at end of file +target_link_libraries(ecgen pari rt ${parson})
\ No newline at end of file |
