Skip to content

Commit

Permalink
add visualstudio2022 build
Browse files Browse the repository at this point in the history
  • Loading branch information
YuzukiTsuru committed Oct 12, 2021
1 parent 4ff9d09 commit efcd7bb
Show file tree
Hide file tree
Showing 8 changed files with 1,527 additions and 3 deletions.
3 changes: 0 additions & 3 deletions CMakeLists.txt
@@ -1,4 +1,3 @@
#
# CMake build system design considerations:
# - Include directories:
# + Do not define include directories globally using the include_directories
Expand All @@ -9,8 +8,6 @@
# directories. That way, a target linking to a library (using the
# target_link_librairies command) inherits from the library PUBLIC include
# directories and not from the PRIVATE ones.
#
#

cmake_minimum_required(VERSION 3.0)

Expand Down

0 comments on commit efcd7bb

Please sign in to comment.