X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=CMakeLists.txt;h=44b061269dd3823baa4f4fdfdd511f73a858fdb1;hb=dbfe0bb0c136c9f3d4cba20447f65c3382d678a6;hp=23e623e45922095de400dfd251ff40efec0804b6;hpb=ae8d5cf091f42acc070c82ab1561da8a946b1f64;p=nothing.git diff --git a/CMakeLists.txt b/CMakeLists.txt index 23e623e4..44b06126 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -73,6 +73,8 @@ add_executable(nothing src/game/level/lava/wavy_rect.c src/game/level/platforms.h src/game/level/platforms.c + src/game/level/phantom_platforms.h + src/game/level/phantom_platforms.c src/game/level/player.h src/game/level/player.c src/game/level/explosion.h @@ -121,8 +123,6 @@ add_executable(nothing src/ui/wiggly_text.c src/ui/slider.h src/ui/slider.c - src/ui/grid.h - src/ui/grid.c src/game/level/level_editor.h src/game/level/level_editor.c src/game/level/level_editor/color_picker.h @@ -143,8 +143,6 @@ add_executable(nothing src/game/level/level_editor/background_layer.c src/game/level/level_editor/undo_history.h src/game/level/level_editor/undo_history.c - src/game/level/level_editor/action_picker.h - src/game/level/level_editor/action_picker.c src/system/log.h src/system/log.c src/system/lt.h @@ -160,6 +158,8 @@ add_executable(nothing src/dynarray.c src/system/file.h src/system/file.c + src/ring_buffer.h + src/ring_buffer.c ) target_link_libraries(nothing ${SDL2_LIBRARIES})