Alex 'AdUser' Z
8 years ago
2 changed files with 11 additions and 0 deletions
@ -0,0 +1,10 @@ |
|||||||
|
set(CMAKE_INCLUDE_CURRENT_DIR ON) |
||||||
|
set(SOURCES "") |
||||||
|
|
||||||
|
add_library("f2b_source_files" MODULE "files.c" "../strlcpy.c") |
||||||
|
list(APPEND SOURCES "f2b_source_files") |
||||||
|
|
||||||
|
message(STATUS "- Sources : ${SOURCES}") |
||||||
|
|
||||||
|
install(TARGETS ${SOURCES} |
||||||
|
LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}) |
Loading…
Reference in new issue