Skip to content

NEP_CPU library build #73

Description

@Growl1234

Hi devs,

I am wondering if you'd like to implement a simple build system (e.g. CMake or meson) for NEP_CPU to enable building it as a libary, with public header provided? This might make the program more convenient to be integrated with downstream code; they just need to use the public headers when compiling and link to this library when producing executables, both of them are easy to handle with downstream's own build system, for example:

find_package(NEP_CPU CONFIG REQUIRED)
target_link_libraries(program PRIVATE nep::nep_cpu)

Best,
SY

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions