From 520e4e67cd9ff53f3c3512c80d07193625e07e3e Mon Sep 17 00:00:00 2001 From: 3gg <3gg@shellblade.net> Date: Fri, 16 Jun 2023 09:38:15 -0700 Subject: New plugin architecture. --- gltfview/CMakeLists.txt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'gltfview/CMakeLists.txt') diff --git a/gltfview/CMakeLists.txt b/gltfview/CMakeLists.txt index 19ea0e5..0b0c3cc 100644 --- a/gltfview/CMakeLists.txt +++ b/gltfview/CMakeLists.txt @@ -1,5 +1,7 @@ cmake_minimum_required(VERSION 3.0) +add_subdirectory(src/plugins) + project(gltfview) add_executable(gltfview @@ -10,8 +12,11 @@ target_include_directories(gltfview PRIVATE src/) target_link_libraries(gltfview PRIVATE + cstring gfx gfx-app + list log math - mempool) + mempool + plugin) -- cgit v1.2.3