Add a necessary switch for ghc filesystem
under windows
This commit is contained in:
parent
d7ae7a1d5b
commit
91e0401548
1 changed files with 2 additions and 1 deletions
|
|
@ -22,7 +22,8 @@ if (WIN32)
|
|||
find_package(LibSndFile REQUIRED)
|
||||
find_path(SNDFILE_INCLUDE_DIR sndfile.hh)
|
||||
find_path(SAMPLERATE_INCLUDE_DIR samplerate.h)
|
||||
add_compile_options(/std:c++17)
|
||||
set(CMAKE_CXX_STANDARD 17)
|
||||
add_compile_options(/Zc:__cplusplus)
|
||||
endif()
|
||||
|
||||
function(SFIZZ_LINK_LIBSNDFILE TARGET)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue