diff options
| author | realtradam <[email protected]> | 2023-03-11 04:19:59 -0500 |
|---|---|---|
| committer | realtradam <[email protected]> | 2023-03-11 04:19:59 -0500 |
| commit | d5ebba9e62e94eb5b2388a4471a6feae4f5c8486 (patch) | |
| tree | 064e396356bce1955342a99eec8c6153ea8887b9 /CMakeLists.txt | |
| parent | ecc2081f8e2d4f830889562cd6afa77b8be75518 (diff) | |
| download | RodeoKit-d5ebba9e62e94eb5b2388a4471a6feae4f5c8486.tar.gz RodeoKit-d5ebba9e62e94eb5b2388a4471a6feae4f5c8486.zip | |
implemented working frame limiting
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 f02cd02..6590cf2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -19,6 +19,7 @@ file(GLOB SOURCES "src/rodeo_types.c" "src/rodeo_string.c" "src/rodeo_log.c" + "src/rodeo_input.c" ) #add_library(lib src/lib.c) |
