diff options
| author | ruki <[email protected]> | 2021-10-16 23:18:53 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2021-10-16 23:18:53 +0800 |
| commit | 194e8abb709553c79d5ee34d9bd4a714aa3004d7 (patch) | |
| tree | 919729e21b2c434e63d3d8d671fdc83adebf53b5 /xmake/scripts | |
| parent | bbe1a5c2f7418d085304d1dcd0462cf4b2193497 (diff) | |
add headeronly kind for target
Diffstat (limited to 'xmake/scripts')
| -rw-r--r-- | xmake/scripts/cmake_importfiles/xxxTargets-headeronly.cmake | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/xmake/scripts/cmake_importfiles/xxxTargets-headeronly.cmake b/xmake/scripts/cmake_importfiles/xxxTargets-headeronly.cmake new file mode 100644 index 000000000..c35a310a4 --- /dev/null +++ b/xmake/scripts/cmake_importfiles/xxxTargets-headeronly.cmake @@ -0,0 +1,9 @@ +#---------------------------------------------------------------- +# Generated CMake target import file for configuration "Headeronly". +#---------------------------------------------------------------- + +# Commands may need to know the format version. +set(CMAKE_IMPORT_FILE_VERSION 1) + +# Commands beyond this point should not need to know the version. +set(CMAKE_IMPORT_FILE_VERSION) |
