7 lines
91 B
CMake
7 lines
91 B
CMake
add_library (
|
|
double
|
|
STATIC
|
|
double.c
|
|
)
|
|
|
|
install (TARGETS double DESTINATION .) |