Make build works on my laptop.

This commit is contained in:
Thibault Heckel 2022-07-13 21:27:06 +02:00
parent ac6acb723b
commit d040087c31
2 changed files with 6 additions and 1 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
.vscode/
.cache/
build/

View File

@ -23,6 +23,10 @@ FetchContent_Declare(
)
FetchContent_MakeAvailable(glfw imgui tomlplusplus)
include_directories(
${glfw_SOURCE_DIR}/include
)
add_subdirectory(imgui)
add_subdirectory(tomlplusplus)