Skip to content

Commit

Permalink
Also use vcpkg in combinaiton with conan on ci
Browse files Browse the repository at this point in the history
  • Loading branch information
alxvth committed Oct 10, 2024
1 parent 35a0a31 commit a5b8a00
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 @@ -12,6 +12,11 @@ endif()
set(PROJECT "ExamplePlugins")
PROJECT(${PROJECT})

# vcpkg is used together with conan on ci
if(DEFINED VCPKG_TARGET_TRIPLET)
set(MV_EXAMPLES_USE_VCPKG ON)
endif()

add_subdirectory(ExampleView)
add_subdirectory(ExampleViewJS)
add_subdirectory(ExampleViewOpenGL)
Expand Down

0 comments on commit a5b8a00

Please sign in to comment.