taglib/bindings/c
Urs Fleisch faddc4aa06 Export CMake configuration
This will install a <libdir>/cmake/taglib/ folder with CMake
configuration, so that users can simply use

find_package(TagLib)
add_executable(myproject ...)
target_link_libraries(myproject TagLib::tag)
2023-11-23 16:40:40 +01:00
..
CMakeLists.txt Export CMake configuration 2023-11-23 16:40:40 +01:00
tag_c.cpp C bindings: taglib_file_new_iostream() to access file from memory (#987) 2023-10-27 09:46:54 +02:00
tag_c.h C bindings: taglib_file_new_iostream() to access file from memory (#987) 2023-10-27 09:46:54 +02:00
taglib_c.pc.cmake cmake: support both relative and absolute paths for pc files (#1152) 2023-09-30 14:25:00 +02:00