OSDN Git Service

[BUILD][CMAKE] Scripts moved to under source/cmake/ .
authorK.Ohta <whatisthis.sowhat@gmail.com>
Sat, 3 Oct 2020 06:00:52 +0000 (15:00 +0900)
committerK.Ohta <whatisthis.sowhat@gmail.com>
Sat, 3 Oct 2020 06:00:52 +0000 (15:00 +0900)
commitdd1878b4792c821cfe829811e56de9a18d992060
tree114ef35e7ee2fc6cff0eaad53f8b55e6a733528d
parentce36d64d63a5739b1a45ddebf07cc5ccfaccfb0c
[BUILD][CMAKE] Scripts moved to under source/cmake/ .
42 files changed:
source/CMakeLists.txt
source/build-cmake/cmake/single-build/CompressExeWithUpx.cmake [deleted symlink]
source/build-cmake/cmake/single-build/FindIconv.cmake [deleted symlink]
source/build-cmake/cmake/single-build/FindLibAV.cmake [deleted symlink]
source/build-cmake/cmake/single-build/FindOpenCL.cmake [deleted symlink]
source/build-cmake/cmake/single-build/SetMSVCDebugPath.cmake [deleted symlink]
source/build-cmake/cmake/single-build/SplitDebugInformation.cmake [deleted symlink]
source/cmake/3rdparty/CompressExeWithUpx.cmake [moved from source/build-cmake/3rdparty/CompressExeWithUpx.cmake with 100% similarity]
source/cmake/3rdparty/FindIconv.cmake [moved from source/build-cmake/3rdparty/FindIconv.cmake with 100% similarity]
source/cmake/3rdparty/FindIconv.patch [moved from source/build-cmake/3rdparty/FindIconv.patch with 100% similarity]
source/cmake/3rdparty/FindLibAV.cmake [moved from source/build-cmake/3rdparty/FindLibAV.cmake with 100% similarity]
source/cmake/3rdparty/SetMSVCDebugPath.cmake [moved from source/build-cmake/3rdparty/SetMSVCDebugPath.cmake with 100% similarity]
source/cmake/3rdparty/SplitDebugInformation.cmake [moved from source/build-cmake/3rdparty/SplitDebugInformation.cmake with 100% similarity]
source/cmake/3rdparty/findopencl.url.txt [moved from source/build-cmake/3rdparty/findopencl.url.txt with 100% similarity]
source/cmake/3rdparty/findopencl/FindOpenCL.cmake [moved from source/build-cmake/3rdparty/findopencl/FindOpenCL.cmake with 100% similarity]
source/cmake/3rdparty/findopencl/example/CMakeLists.txt [moved from source/build-cmake/3rdparty/findopencl/example/CMakeLists.txt with 100% similarity]
source/cmake/3rdparty/findopencl/example/example.cpp [moved from source/build-cmake/3rdparty/findopencl/example/example.cpp with 100% similarity]
source/cmake/CompressExeWithUpx.cmake [new symlink]
source/cmake/FindIconv.cmake [new symlink]
source/cmake/FindLibAV.cmake [new symlink]
source/cmake/FindOpenCL.cmake [new symlink]
source/cmake/PrecompiledHeader.cmake [moved from source/build-cmake/cmake/single-build/PrecompiledHeader.cmake with 100% similarity]
source/cmake/SetMSVCDebugPath.cmake [new symlink]
source/cmake/SplitDebugInformation.cmake [new symlink]
source/cmake/compile_gettext_catalogue.cmake [moved from source/build-cmake/cmake/single-build/compile_gettext_catalogue.cmake with 100% similarity]
source/cmake/config.cmake [moved from source/build-cmake/cmake/single-build/config.cmake with 100% similarity]
source/cmake/config_casio.cmake [moved from source/build-cmake/cmake/single-build/config_casio.cmake with 100% similarity]
source/cmake/config_emufm7.cmake [moved from source/build-cmake/cmake/single-build/config_emufm7.cmake with 100% similarity]
source/cmake/config_fm16.cmake [moved from source/build-cmake/cmake/single-build/config_fm16.cmake with 100% similarity]
source/cmake/config_fmr.cmake [moved from source/build-cmake/cmake/single-build/config_fmr.cmake with 100% similarity]
source/cmake/config_fmtowns.cmake [moved from source/build-cmake/cmake/single-build/config_fmtowns.cmake with 100% similarity]
source/cmake/config_misccom.cmake [moved from source/build-cmake/cmake/single-build/config_misccom.cmake with 100% similarity]
source/cmake/config_msx.cmake [moved from source/build-cmake/cmake/single-build/config_msx.cmake with 100% similarity]
source/cmake/config_mz80_700.cmake [moved from source/build-cmake/cmake/single-build/config_mz80_700.cmake with 100% similarity]
source/cmake/config_necmisc.cmake [moved from source/build-cmake/cmake/single-build/config_necmisc.cmake with 100% similarity]
source/cmake/config_pc6001.cmake [moved from source/build-cmake/cmake/single-build/config_pc6001.cmake with 100% similarity]
source/cmake/config_pc8801.cmake [moved from source/build-cmake/cmake/single-build/config_pc8801.cmake with 100% similarity]
source/cmake/config_pc9801.cmake [moved from source/build-cmake/cmake/single-build/config_pc9801.cmake with 100% similarity]
source/cmake/config_singleboards.cmake [moved from source/build-cmake/cmake/single-build/config_singleboards.cmake with 100% similarity]
source/cmake/config_x1.cmake [moved from source/build-cmake/cmake/single-build/config_x1.cmake with 100% similarity]
source/cmake/detect_target_cpu.cmake [moved from source/build-cmake/cmake/single-build/detect_target_cpu.cmake with 100% similarity]
source/cmake/simd-x86.cmake [moved from source/build-cmake/cmake/single-build/simd-x86.cmake with 100% similarity]