mirror of
https://github.com/taglib/taglib.git
synced 2025-07-22 23:14:33 -04:00
Merge branch 'master' into merge-master-to-taglib2
# Conflicts: # ConfigureChecks.cmake # taglib/CMakeLists.txt # taglib/mpeg/id3v2/frames/synchronizedlyricsframe.cpp # taglib/toolkit/tfilestream.cpp
This commit is contained in:
@ -249,3 +249,8 @@ if(BUILD_TESTS AND NOT BUILD_SHARED_LIBS)
|
||||
set(BUILD_TESTS OFF)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
# Detect WinRT mode
|
||||
if(CMAKE_SYSTEM_NAME STREQUAL "WindowsStore")
|
||||
set(PLATFORM WINRT 1)
|
||||
endif()
|
||||
|
Reference in New Issue
Block a user