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
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:
Best,
SY