This commit is contained in:
Vitor Santoss Costa
2017-02-22 21:28:05 +00:00
parent 477772e703
commit f3b0e962a7
8 changed files with 32 additions and 20 deletions

View File

@@ -42,9 +42,18 @@ add_subdirectory(yap_kernel)
ENDIF()
IF(WIN32)
install(TARGETS YAPPython
LIBRARY DESTINATION ${dlls}
RUNTIME DESTINATION ${dlls}
RUNTIME DESTINATION ${bindir}
ARCHIVE DESTINATION ${dlls} )
else()
install(TARGETS YAPPython
LIBRARY DESTINATION ${dlls}
RUNTIME DESTINATION ${dlls}
ARCHIVE DESTINATION ${dlls} )
endif()
endif (PYTHONLIBS_FOUND)