This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
yap-6.3/packages/udi/uthash/CMakeLists.txt

17 lines
287 B
CMake
Raw Normal View History

2015-10-13 08:17:51 +01:00
CMAKE_MINIMUM_REQUIRED ( VERSION 2.8 )
PROJECT ( YAP_UDI_UTHASH )
INCLUDE_DIRECTORIES(
.
)
SET ( SOURCES
uthash_udi.c
)
2017-09-06 01:09:46 +01:00
ADD_LIB(udi_uthash ${SOURCES})
2015-10-13 08:17:51 +01:00
INSTALL(TARGETS udi_uthash DESTINATION ${YAP_PL_LIBRARY_DIR})
INSTALL(FILES uthash.yap DESTINATION ${YAP_PL_LIBRARY_DIR})