macos fixes
This commit is contained in:
parent
485d20d908
commit
21fa15bf10
@ -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} )
|
||||
|
||||
|
||||
|
1302
os/sysbits.c
1302
os/sysbits.c
File diff suppressed because it is too large
Load Diff
@ -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 "")
|
||||
|
||||
|
Reference in New Issue
Block a user