mirror of
https://gitee.com/openharmony/third_party_libsnd
synced 2024-11-30 05:20:59 +00:00
cb0abd8573
Previous versions of CMake allowed targets names like "tests/win32_test" but CMake 3.0.2 doesn't. The corresponding target name for the new CMake is "win32_test", but putting the resulting executable in the tests/ directory requires something like: add_executable (win32_test tests/win32_test.c) set_target_properties (win32_test PROPERTIES RUNTIME_OUTPUT_DIRECTORY tests) |
||
---|---|---|
.. | ||
build.cmake | ||
check.cmake | ||
compiler_is_gcc.c | ||
have_decl_s_irgrp.c | ||
libsndfile.cmake |