Skip to content

Commit

Permalink
consolidate generated files under api/
Browse files Browse the repository at this point in the history
  • Loading branch information
vchuravy committed Feb 1, 2021
1 parent 889c2b6 commit 37ba3a8
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/api.jl
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
module API
using UCX_jll
using CEnum
include("ctypes.jl")
include(joinpath("api", "ctypes.jl"))

# For now we only wrap UCP
include(joinpath(@__DIR__, "..", "gen", "libucs_common_minimal.jl"))
include(joinpath(@__DIR__, "..", "gen", "libucp_common.jl"))
include(joinpath(@__DIR__, "..", "gen", "libucp_api.jl"))
include(joinpath("api", "libucs_common_minimal.jl"))
include(joinpath("api", "libucp_common.jl"))
include(joinpath("api", "libucp_api.jl"))
end
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 37ba3a8

Please sign in to comment.