aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorJ08nY2017-02-17 14:40:11 +0100
committerJ08nY2017-02-17 14:40:11 +0100
commit697c966ce5cfaac8c5c81ffcd30b80f2b9c0c43e (patch)
treef02682b3255e31d6ad57814d4d9abf1dbc978c15 /CMakeLists.txt
parentb1b05887323d16dc45738cf0c1d76f4dcc540bd5 (diff)
downloadecgen-697c966ce5cfaac8c5c81ffcd30b80f2b9c0c43e.tar.gz
ecgen-697c966ce5cfaac8c5c81ffcd30b80f2b9c0c43e.tar.zst
ecgen-697c966ce5cfaac8c5c81ffcd30b80f2b9c0c43e.zip
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt4
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