diff options
author | crupest <crupest@outlook.com> | 2021-12-05 20:31:36 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-12-05 20:31:36 +0800 |
commit | 7fffbcb5ed573ecbc5ecf3f7b5c18d4f37d94fc6 (patch) | |
tree | 94b80cea33be935e48ea58ee33a2b94ceaa31a3f /works/life/computer-graphics-experiment/CMakeLists.txt | |
parent | 039b80b24ce71c1998b15f7cc12f7da3a9c3edd2 (diff) | |
download | crupest-7fffbcb5ed573ecbc5ecf3f7b5c18d4f37d94fc6.tar.gz crupest-7fffbcb5ed573ecbc5ecf3f7b5c18d4f37d94fc6.tar.bz2 crupest-7fffbcb5ed573ecbc5ecf3f7b5c18d4f37d94fc6.zip |
import(life): ...
Diffstat (limited to 'works/life/computer-graphics-experiment/CMakeLists.txt')
-rw-r--r-- | works/life/computer-graphics-experiment/CMakeLists.txt | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/works/life/computer-graphics-experiment/CMakeLists.txt b/works/life/computer-graphics-experiment/CMakeLists.txt deleted file mode 100644 index b9557d4..0000000 --- a/works/life/computer-graphics-experiment/CMakeLists.txt +++ /dev/null @@ -1,14 +0,0 @@ -cmake_minimum_required(VERSION 3.14) - -set(CMAKE_TOOLCHAIN_FILE $ENV{VCPKG_INSTALLATION_ROOT}/scripts/buildsystems/vcpkg.cmake - CACHE STRING "Vcpkg toolchain file") - -set(CMAKE_CXX_STANDARD 20) - -project(computer-graphics-experiment) - -find_package(glad CONFIG REQUIRED) -find_package(glfw3 CONFIG REQUIRED) - -add_executable(4 4.cpp) -target_link_libraries(4 PRIVATE glad::glad glfw) |