diff options
| author | Aaditya Dhruv <[email protected]> | 2026-01-28 13:24:36 -0600 |
|---|---|---|
| committer | Aaditya Dhruv <[email protected]> | 2026-01-28 13:25:21 -0600 |
| commit | 77dddef4153688218bec0b50f547622daa18903d (patch) | |
| tree | 33ec69c97e86f38c2afb397db8620cfb92f34057 /CMakeLists.txt | |
| parent | 17cd7420e9d2432d56f9c69c6e4a8ab665ef4b9b (diff) | |
Move input to separate file
- Input is handled in a separate thread, its all kind of unsafe
right now but will fix later on
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 58c0dfa..126750d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,4 +11,4 @@ add_subdirectory(src) target_include_directories(junkcraft PRIVATE include) find_package(SDL2) find_library(JUNK junk) -target_link_libraries(junkcraft PRIVATE SDL2 ${JUNK} m) +target_link_libraries(junkcraft PRIVATE SDL2 ${JUNK} m pthread) |
