From 313b7a531106c623a28883db515f245a74a5fafb Mon Sep 17 00:00:00 2001 From: Aki Date: Tue, 3 May 2022 20:47:59 +0200 Subject: Moved view functionality into own class --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index b0e7a6b..b93c6f8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,5 +8,6 @@ add_executable( ${PROJECT_NAME} ExampleSource.cpp main.cpp + View.cpp ) target_link_libraries(${PROJECT_NAME} raylib) -- cgit v1.1