1
0
mirror of https://github.com/MCLx86/xtreemtest.git synced 2025-04-08 19:27:45 +02:00
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)