This commit is contained in:
Vitor Santos Costa
2018-11-16 14:02:56 +00:00
parent fc65bd6924
commit e89bc55b9f
65 changed files with 247 additions and 265 deletions

View File

@@ -44,8 +44,8 @@ pl-minisat.C
install (
TARGETS minisat2
RUNTIME DESTINATION ${CMAKE_INSTALL_BIINDIR}
ARCHIVE DESTINATION ${YAP_INSTALL_DLLDIR}
LIBRARY DESTINATION ${YAP_INSTALL_DLLDIR}
ARCHIVE DESTINATION ${YAP_INSTALL_LIBDIR}
LIBRARY DESTINATION ${YAP_INSTALL_LIBDIR}
)

View File

@@ -11,7 +11,7 @@ set (EXAMPLE_PROGRAMS
install(FILES
${PROGRAMS}
DESTINATION ${libpl}
DESTINATION ${YAP_INSTALL_DATADIR}
)
add_subDIRECTORY (C)