audio_trans/cmake/tests/check_has_std_filesystem_pa...

8 lines
99 B
C++
Raw Normal View History

2025-04-07 11:31:21 +08:00
#include <filesystem>
int main()
{
std::filesystem::path aPath("../");
return 0;
}