diff options
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 |
