xtreemtest/lib/gmp/CMakeLists.txt
2022-10-08 17:16:13 -04:00

4 lines
63 B
CMake

add_library(gmp STATIC mini-gmp.c)
target_link_libraries(gmp)