macos fixes

This commit is contained in:
Vítor Santos Costa 2016-02-11 15:32:42 +00:00
parent 485d20d908
commit 21fa15bf10
3 changed files with 1573 additions and 1735 deletions

View File

@ -17,7 +17,7 @@ add_library (Yap++ SHARED
include_directories (H include ${CMAKE_BINARY_DIR} ${GMP_INCLUDE_DIR})
target_link_libraries(Yap++ ${CMAKE_DL_LIBS})
target_link_libraries(Yap++ ${CMAKE_DL_LIBS} libYap)
install(TARGETS Yap++
LIBRARY DESTINATION ${libdir}
@ -26,5 +26,3 @@ install(TARGETS Yap++
set( CMAKE_REQUIRED_INCLUDES ${CMAKE_REQUIRED_INCLUDES} ${GMP_INCLUDE_DIR} )
#set( CMAKE_REQUIRED_LIBRARIES ${CMAKE_REQUIRED_LIBRARIES} ${GMP_LIBRARIES} )

File diff suppressed because it is too large Load Diff

View File

@ -34,7 +34,7 @@ include_directories (
add_library (real SHARED ${REAL_SOURCES})
target_link_libraries (real ${R_LIBRARIES} ${CMAKE_DL_LIBS} )
target_link_libraries (real ${R_LIBRARIES} ${CMAKE_DL_LIBS} libYap)
set_target_properties (real PROPERTIES PREFIX "")