Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
JustDoom authored Mar 22, 2024
1 parent f8dda4f commit 8d5f6fc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,10 @@ project(8ChocChip
LANGUAGES CXX
VERSION 0.1)

# Set the path to the vcpkg toolchain file for Windows
if(WIN32)
set(CMAKE_TOOLCHAIN_FILE "C:/tools/vcpkg/scripts/buildsystems/vcpkg.cmake" CACHE STRING "Vcpkg toolchain file")
endif()

add_subdirectory(dependencies)
add_subdirectory(src)

0 comments on commit 8d5f6fc

Please sign in to comment.