Skip to content
Discussion options

You must be logged in to vote

The cmakelists of this project are not well implemented cmake install, but you can copy them yourself to package:installdir("include")

        import("package.tools.cmake").build(package, configs, {buildir = "build"})
        os.cp("build/release/lib", package:installdir())
        os.cp("build/release/include", package:installdir())

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@hugoc7
Comment options

@xq114
Comment options

Answer selected by hugoc7
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants