third_party_libsnd/CMake
Erik de Castro Lopo cb0abd8573 CMake/build.cmake : Fix for CMake 3.0.2.
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)
2014-11-02 13:23:15 -08:00
..
build.cmake CMake/build.cmake : Fix for CMake 3.0.2. 2014-11-02 13:23:15 -08:00
check.cmake CMake : Build system nears parity with autotool build system. 2014-07-31 21:18:30 +10:00
compiler_is_gcc.c CMake : Detect and set COMPILER_IS_GCC. 2014-07-12 23:18:11 +10:00
have_decl_s_irgrp.c CMake : Build system nears parity with autotool build system. 2014-07-31 21:18:30 +10:00
libsndfile.cmake CMake : Build system nears parity with autotool build system. 2014-07-31 21:18:30 +10:00