diff options
author | 3gg <3gg@shellblade.net> | 2023-06-17 20:23:34 -0700 |
---|---|---|
committer | 3gg <3gg@shellblade.net> | 2023-06-17 20:23:34 -0700 |
commit | 9d1eb251b5d26759e17dd7bee316cf27fdcb28bf (patch) | |
tree | 639b6f95cf4e9a00a388ae6c1d26dc4cebee6583 /gltfview/CMakeLists.txt | |
parent | 520e4e67cd9ff53f3c3512c80d07193625e07e3e (diff) |
Move and import error library from clib.
Diffstat (limited to 'gltfview/CMakeLists.txt')
-rw-r--r-- | gltfview/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gltfview/CMakeLists.txt b/gltfview/CMakeLists.txt index 0b0c3cc..de745ce 100644 --- a/gltfview/CMakeLists.txt +++ b/gltfview/CMakeLists.txt | |||
@@ -13,6 +13,7 @@ target_include_directories(gltfview PRIVATE | |||
13 | 13 | ||
14 | target_link_libraries(gltfview PRIVATE | 14 | target_link_libraries(gltfview PRIVATE |
15 | cstring | 15 | cstring |
16 | error | ||
16 | gfx | 17 | gfx |
17 | gfx-app | 18 | gfx-app |
18 | list | 19 | list |