summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
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)