Skip to content

Commit

Permalink
Add vcpkg submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
branw committed Sep 30, 2023
1 parent 6ce4d03 commit 48bfb3e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[submodule "ext/baro"]
path = ext/baro
url = [email protected]:branw/baro.git
[submodule "ext/vcpkg"]
path = ext/vcpkg
url = https://github.com/microsoft/vcpkg
5 changes: 5 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
cmake_minimum_required(VERSION 3.9)

# Use submodule vcpkg if no other path is provided
set(CMAKE_TOOLCHAIN_FILE "${CMAKE_CURRENT_SOURCE_DIR}/vcpkg/scripts/buildsystems/vcpkg.cmake"
CACHE STRING "Vcpkg toolchain file")

project(ssb C)

set(CMAKE_C_STANDARD 11)
Expand Down
1 change: 1 addition & 0 deletions ext/vcpkg
Submodule vcpkg added at c6d6ef

0 comments on commit 48bfb3e

Please sign in to comment.