diff options
| author | crupest <crupest@outlook.com> | 2021-04-01 21:33:24 +0800 |
|---|---|---|
| committer | crupest <crupest@outlook.com> | 2021-04-01 21:33:24 +0800 |
| commit | 7874ec6bb127e87020a05154cd2f3105386e9109 (patch) | |
| tree | 0ed3e8b0d771c274439976c7c02c7f8c7c7c6d0a /CMakeLists.txt | |
| parent | af2e38b320905bf3b1e5d0969d0811c47289bbfe (diff) | |
| parent | ba43736c55ad510942e9e83ca0c8bea7265cf055 (diff) | |
| download | cru-7874ec6bb127e87020a05154cd2f3105386e9109.tar.gz cru-7874ec6bb127e87020a05154cd2f3105386e9109.tar.bz2 cru-7874ec6bb127e87020a05154cd2f3105386e9109.zip | |
Merge branch 'master' of https://github.com/crupest/CruUI
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 4f82fa08..bb7b62df 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,8 @@ cmake_minimum_required(VERSION 3.14) +set(CMAKE_TOOLCHAIN_FILE ${CMAKE_CURRENT_SOURCE_DIR}/vcpkg/scripts/buildsystems/vcpkg.cmake + CACHE STRING "Vcpkg toolchain file") + project(CruUI) enable_testing() |
