commit 2e15af5ae0c57071b621f07ee77142c72f8d44de
parent 62beac9d3806845e1e7c59a798e67fff46669428
Author: Frederic Cambus <fred@statdns.com>
Date: Thu, 19 Dec 2019 15:45:06 +0100
Small formatting tweak in CMakeLists.txt.
Diffstat:
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
@@ -32,8 +32,9 @@ add_definitions(-Wall -Wextra -std=c99 -pedantic)
add_library(ansilove SHARED ${SRC} ${LOADERS})
target_link_libraries(ansilove ${GD_LIBRARIES} m)
-set_target_properties(ansilove PROPERTIES VERSION ${LIB_VERSION_STRING}
- SOVERSION ${LIB_VERSION_MAJOR})
+
+set_target_properties(ansilove PROPERTIES
+ VERSION ${LIB_VERSION_STRING} SOVERSION ${LIB_VERSION_MAJOR})
install(TARGETS ansilove DESTINATION ${CMAKE_INSTALL_LIBDIR})
install(FILES include/ansilove.h DESTINATION ${CMAKE_INSTALL_INCLUDEDIR})