diff options
| author | xq114 <[email protected]> | 2021-08-11 19:49:15 +0800 |
|---|---|---|
| committer | xq114 <[email protected]> | 2021-08-11 19:49:15 +0800 |
| commit | 82839efc0adea5d263e2c19711efe3f1bf2e2681 (patch) | |
| tree | 9aefa4157857d739f0a46bc1f67558ebc81c7ec1 /xmake/scripts | |
| parent | a6f859c98508d1113807cbe71ae29c7ecf6ba474 (diff) | |
generate cmake import files for multiple targets
Diffstat (limited to 'xmake/scripts')
| -rw-r--r-- | xmake/scripts/cmake_importfiles/xxxTargets.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/scripts/cmake_importfiles/xxxTargets.cmake b/xmake/scripts/cmake_importfiles/xxxTargets.cmake index 7ade9f919..bdf2774e9 100644 --- a/xmake/scripts/cmake_importfiles/xxxTargets.cmake +++ b/xmake/scripts/cmake_importfiles/xxxTargets.cmake @@ -1,4 +1,4 @@ -# Generated by CMake +# Generated by XMake if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.5) message(FATAL_ERROR "CMake >= 2.6.0 required") |
