Skip to content

Commit

Permalink
iwyu
Browse files Browse the repository at this point in the history
  • Loading branch information
hotstreams committed Aug 26, 2024
1 parent 4822944 commit 26f7777
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
- name: build
run: |
mkdir build
cmake -DBUILD_SAMPLES=OFF -DBUILD_TESTS=ON -DOPENGL_SHADER_OUTPUT=ON -S . -B build
cmake -DCMAKE_CXX_INCLUDE_WHAT_YOU_USE="/home/runner/work/limitless-engine/limitless-engine/build/bin/include-what-you-use" -DBUILD_SAMPLES=OFF -DBUILD_TESTS=ON -DOPENGL_SHADER_OUTPUT=ON -S . -B build
cd build
make
- name: test
Expand Down
2 changes: 0 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ OPTION(OPENGL_SHADER_OUTPUT "Outputs all source shaders for GLSLANG testing" OFF

#########################################

set(CMAKE_CXX_INCLUDE_WHAT_YOU_USE include-what-you-use)

set(ENGINE_CORE
src/limitless/core/context_debug.cpp
src/limitless/core/context_initializer.cpp
Expand Down

0 comments on commit 26f7777

Please sign in to comment.