feat: add nix flake

feat: add nix flake

test
This commit is contained in:
Iuri Matias
2025-10-02 16:42:25 -04:00
parent 65aa4a1b24
commit bb5498edef
3 changed files with 107 additions and 0 deletions
+18
View File
@@ -39,4 +39,22 @@ target_include_directories(logos_sdk PUBLIC
# Set output directories for static library
set_target_properties(logos_sdk PROPERTIES
ARCHIVE_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/lib"
)
# Install the library
install(TARGETS logos_sdk
ARCHIVE DESTINATION lib
LIBRARY DESTINATION lib
RUNTIME DESTINATION bin
)
# Install headers
install(FILES
logos_api.h
logos_api_client.h
logos_api_consumer.h
logos_api_provider.h
module_proxy.h
token_manager.h
DESTINATION include
)