xtreemtest/lib/gmp/CMakeLists.txt

4 lines
63 B
CMake
Raw Normal View History

2022-10-08 23:16:13 +02:00
add_library(gmp STATIC mini-gmp.c)
target_link_libraries(gmp)