Files
Jörn-Michael Miehe 1f8a5265f6 Add CMake example
2019-08-15 16:52:52 +02:00

7 lines
91 B
CMake

add_library (
double
STATIC
double.c
)
install (TARGETS double DESTINATION .)