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)
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]

index 9558e6c..1e53b50 100644 (file)
@@ -16,7 +16,7 @@ project (CSP
 #ToDo
 #set(CMAKE_SYSTEM_PROCESSOR ${ARCHITECTURE} CACHE STRING "Set processor to build.")
 set(USE_DEVICES_SHARED_LIB ON CACHE BOOL "Make devices as one shared library.")
-set(CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/build-cmake/cmake/single-build")
+set(CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake")
 
 
 include(config)
diff --git a/source/build-cmake/cmake/single-build/CompressExeWithUpx.cmake b/source/build-cmake/cmake/single-build/CompressExeWithUpx.cmake
deleted file mode 120000 (symlink)
index f11961f..0000000
+++ /dev/null
@@ -1 +0,0 @@
-../../3rdparty/CompressExeWithUpx.cmake
\ No newline at end of file
diff --git a/source/build-cmake/cmake/single-build/FindIconv.cmake b/source/build-cmake/cmake/single-build/FindIconv.cmake
deleted file mode 120000 (symlink)
index 0104649..0000000
+++ /dev/null
@@ -1 +0,0 @@
-../../3rdparty/FindIconv.cmake
\ No newline at end of file
diff --git a/source/build-cmake/cmake/single-build/FindLibAV.cmake b/source/build-cmake/cmake/single-build/FindLibAV.cmake
deleted file mode 120000 (symlink)
index b898452..0000000
+++ /dev/null
@@ -1 +0,0 @@
-../../3rdparty/FindLibAV.cmake
\ No newline at end of file
diff --git a/source/build-cmake/cmake/single-build/FindOpenCL.cmake b/source/build-cmake/cmake/single-build/FindOpenCL.cmake
deleted file mode 120000 (symlink)
index f679e4c..0000000
+++ /dev/null
@@ -1 +0,0 @@
-../../3rdparty/findopencl/FindOpenCL.cmake
\ No newline at end of file
diff --git a/source/build-cmake/cmake/single-build/SetMSVCDebugPath.cmake b/source/build-cmake/cmake/single-build/SetMSVCDebugPath.cmake
deleted file mode 120000 (symlink)
index 41e4094..0000000
+++ /dev/null
@@ -1 +0,0 @@
-../../3rdparty/SetMSVCDebugPath.cmake
\ No newline at end of file
diff --git a/source/build-cmake/cmake/single-build/SplitDebugInformation.cmake b/source/build-cmake/cmake/single-build/SplitDebugInformation.cmake
deleted file mode 120000 (symlink)
index 350f308..0000000
+++ /dev/null
@@ -1 +0,0 @@
-../../3rdparty/SplitDebugInformation.cmake
\ No newline at end of file
diff --git a/source/cmake/CompressExeWithUpx.cmake b/source/cmake/CompressExeWithUpx.cmake
new file mode 120000 (symlink)
index 0000000..4dd7136
--- /dev/null
@@ -0,0 +1 @@
+3rdparty/CompressExeWithUpx.cmake
\ No newline at end of file
diff --git a/source/cmake/FindIconv.cmake b/source/cmake/FindIconv.cmake
new file mode 120000 (symlink)
index 0000000..7b952f0
--- /dev/null
@@ -0,0 +1 @@
+3rdparty/FindIconv.cmake
\ No newline at end of file
diff --git a/source/cmake/FindLibAV.cmake b/source/cmake/FindLibAV.cmake
new file mode 120000 (symlink)
index 0000000..b4e2a82
--- /dev/null
@@ -0,0 +1 @@
+3rdparty/FindLibAV.cmake
\ No newline at end of file
diff --git a/source/cmake/FindOpenCL.cmake b/source/cmake/FindOpenCL.cmake
new file mode 120000 (symlink)
index 0000000..6aeaca8
--- /dev/null
@@ -0,0 +1 @@
+3rdparty/findopencl/FindOpenCL.cmake
\ No newline at end of file
diff --git a/source/cmake/SetMSVCDebugPath.cmake b/source/cmake/SetMSVCDebugPath.cmake
new file mode 120000 (symlink)
index 0000000..bd366ed
--- /dev/null
@@ -0,0 +1 @@
+3rdparty/SetMSVCDebugPath.cmake
\ No newline at end of file
diff --git a/source/cmake/SplitDebugInformation.cmake b/source/cmake/SplitDebugInformation.cmake
new file mode 120000 (symlink)
index 0000000..c5d0940
--- /dev/null
@@ -0,0 +1 @@
+3rdparty/SplitDebugInformation.cmake
\ No newline at end of file