diff options
author | 3gg <3gg@shellblade.net> | 2024-06-22 13:21:09 -0700 |
---|---|---|
committer | 3gg <3gg@shellblade.net> | 2024-06-22 13:21:09 -0700 |
commit | acaa801ea2c7fa3c909ca4f64759696fff002b1a (patch) | |
tree | 5deeffdb580948300cb3fd2516cb07b4c4e7a711 /CMakeLists.txt | |
parent | 8222bfe56d4dabe8d92fc4b25ea1b0163b16f3e1 (diff) |
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 85e1921..655eb9e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
@@ -20,6 +20,7 @@ target_include_directories(xplorer PRIVATE | |||
20 | 20 | ||
21 | target_link_libraries(xplorer PRIVATE | 21 | target_link_libraries(xplorer PRIVATE |
22 | SDL2-static | 22 | SDL2-static |
23 | filesystem | ||
23 | tinydir | 24 | tinydir |
24 | ui) | 25 | ui) |
25 | 26 | ||