diff options
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 | ||