install initial support
This commit is contained in:
parent
fa7cbad70b
commit
ed3a1fcd73
|
|
@ -34,6 +34,10 @@ add_executable(${PROJECT_NAME} ${SOURCE})
|
||||||
|
|
||||||
target_link_libraries(${PROJECT_NAME} stdc++ m ssl crypto)
|
target_link_libraries(${PROJECT_NAME} stdc++ m ssl crypto)
|
||||||
|
|
||||||
|
set(CMAKE_INSTALL_PREFIX "/usr/local")
|
||||||
INSTALL(TARGETS ml
|
INSTALL(TARGETS ml
|
||||||
CONFIGURATIONS Release
|
CONFIGURATIONS Release
|
||||||
DESTINATION /usr/local/bin/)
|
RUNTIME DESTINATION bin)
|
||||||
|
|
||||||
|
INSTALL(DIRECTORY stdlib/ DESTINATION var/mlisp
|
||||||
|
FILES_MATCHING PATTERN "*.lisp")
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue