From c7a3dcdc8a26eb5bf98ce2079abd66fd64534459 Mon Sep 17 00:00:00 2001 From: 0scar Date: Tue, 6 Feb 2024 12:52:32 +0100 Subject: Fixup window handling & rendering --- CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 39f8e76..95a2adb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -101,7 +101,6 @@ add_link_options(${RELEASE_OPTS}) #set_property(SOURCE src/core/include/engine/engine.h APPEND PROPERTY OBJECT_DEPENDS ${GLAD_HEADER}) add_library(${PROJECT_NAME} - src/main.c ${GLAD_HEADER} ) @@ -113,7 +112,6 @@ target_include_directories(${PROJECT_NAME} PUBLIC ${CMAKE_BINARY_DIR}/include ${ENGINE_INCLUDE}) - # Add the modules add_subdirectory(src) -- cgit v1.3