Add CMake top level includes to CI build

This commit is contained in:
Dan Paulat 2024-06-15 01:11:56 -05:00
parent ff60b3c891
commit 41f8434d35

View file

@ -153,6 +153,7 @@ jobs:
cmake ../source/ `
-G Ninja `
-DCMAKE_BUILD_TYPE="${{ matrix.build_type }}" `
-DCMAKE_PROJECT_TOP_LEVEL_INCLUDES="${{ github.workspace }}/source/external/cmake-conan/conan_provider.cmake" `
-DCMAKE_INSTALL_PREFIX="${{ github.workspace }}/supercell-wx"
ninja supercell-wx wxtest