mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 06:49:00 +08:00
47bf3d1ac1
Signed-off-by: Cristian Le <cristian.le@mpsd.mpg.de>
10 lines
202 B
Plaintext
10 lines
202 B
Plaintext
spglib provides CMake targets:
|
|
|
|
find_package(Spglib CONFIG REQUIRED)
|
|
target_link_libraries(main PRIVATE Spglib::symspg)
|
|
|
|
spglib provides pkg-config modules:
|
|
|
|
# The spglib library
|
|
spglib
|