mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-19 13:49:17 +02:00
streamline library alias name
This commit is contained in:
parent
32e7f0bf7e
commit
47a6e7fd3c
1 changed files with 1 additions and 1 deletions
|
@ -444,7 +444,7 @@ install(DIRECTORY include/chibi
|
|||
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/include/chibi/install.h
|
||||
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/chibi)
|
||||
|
||||
add_library(chibi::chibi ALIAS libchibi-scheme)
|
||||
add_library(chibi::libchibi-scheme ALIAS libchibi-scheme)
|
||||
|
||||
install(TARGETS libchibi-scheme
|
||||
LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
|
||||
|
|
Loading…
Add table
Reference in a new issue