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/library/dialect/swi/fli/CMakeLists.txt

22 lines
593 B
CMake
Raw Normal View History

2015-09-21 23:05:36 +01:00
2016-02-03 09:22:23 +00:00
set (LIBSWI_SOURCES
2016-07-31 10:56:54 +01:00
swi.c blobs.c )
2015-09-21 23:05:36 +01:00
2016-07-31 10:56:54 +01:00
add_component (libswi
2016-02-03 09:22:23 +00:00
${LIBSWI_SOURCES})
2015-09-21 23:05:36 +01:00
2016-07-31 10:56:54 +01:00
MY_set_target_properties(libswi
2015-09-21 23:05:36 +01:00
PROPERTIES
# RPATH ${libdir} VERSION ${LIBYAPTAI_FULL_VERSION}
# SOVERSION ${LIBYAPTAI_MAJOR_VERSION}.${LIBYAPTAI_MINOR_VERSION}
2016-02-03 09:22:23 +00:00
POSITION_INDEPENDENT_CODE ON
2015-09-21 23:05:36 +01:00
)
include_directories (../../../H ../.../../include ../os ${CMAKE_BINARY_DIR} ${GMP_INCLUDE_DIR})
2016-02-03 09:22:23 +00:00
set (YAP_SWILIB $<TARGET_FILE_NAME:libswi> )
2015-09-21 23:05:36 +01:00
set( CMAKE_REQUIRED_INCLUDES ${CMAKE_REQUIRED_INCLUDES} ${GMP_INCLUDE_DIR} )
#set( CMAKE_REQUIRED_LIBRARIES ${CMAKE_REQUIRED_LIBRARIES} ${GMP_LIBRARIES} )