larsbs / id3v2lib

id3v2lib is a library written in C to read and edit id3 tags from mp3 files.
BSD 2-Clause "Simplified" License
128 stars 44 forks source link

use CMAKE_CURRENT_LIST_DIR instead of CMAKE_SOURCE_DIR #52

Closed ZeunO8 closed 7 months ago

ZeunO8 commented 10 months ago

This fixes issues when building from source via add_subdirectory

larsbs commented 7 months ago

Thanks for this!