diff options
Diffstat (limited to 'app/CMakeLists.txt')
-rw-r--r-- | app/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/CMakeLists.txt b/app/CMakeLists.txt index 7e60351..4db314d 100644 --- a/app/CMakeLists.txt +++ b/app/CMakeLists.txt | |||
@@ -1,5 +1,7 @@ | |||
1 | cmake_minimum_required(VERSION 3.0) | 1 | cmake_minimum_required(VERSION 3.0) |
2 | 2 | ||
3 | add_subdirectory(contrib/glad) | ||
4 | |||
3 | project(gfx-app) | 5 | project(gfx-app) |
4 | 6 | ||
5 | add_library(gfx-app | 7 | add_library(gfx-app |
@@ -9,6 +11,7 @@ target_include_directories(gfx-app PUBLIC | |||
9 | include/) | 11 | include/) |
10 | 12 | ||
11 | target_link_libraries(gfx-app PUBLIC | 13 | target_link_libraries(gfx-app PUBLIC |
14 | glad | ||
12 | glfw | 15 | glfw |
13 | log | 16 | log |
14 | timer) | 17 | timer) |