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

@@ -5,9 +5,9 @@
if (YAP_ROOT)
set( YAP_INCLUDE_DIR ../../include )
set( YAP_PL_LIBRARY_DIR ${libpl} )
set( YAP_PL_LIBRARY_DIR ${YAP_INSTALL_DATADIR} )
set( YAP_LIBRARY libYap )
set( YAP_DLLS ${YAP_INSTALL_DLLDIR} )
set( YAP_DLLS ${YAP_INSTALL_LIBDIR} )
else()