Refactored.
This commit is contained in:
@@ -15,7 +15,7 @@ include(FetchContent)
|
||||
set(DEPS_DIR "${PROJECT_BINARY_DIR}/_deps")
|
||||
|
||||
#################################### PROJECT ###################################
|
||||
project(Dawn VERSION 1.0)
|
||||
project(DawnGame VERSION 1.0)
|
||||
|
||||
##################################### SRCS #####################################
|
||||
file(GLOB_RECURSE SOURCE_FILES ${CMAKE_SOURCE_DIR}/src/*.c)
|
||||
@@ -24,6 +24,7 @@ file(COPY ${CMAKE_CURRENT_LIST_DIR}/assets DESTINATION ${CMAKE_CURRENT_BINARY_DI
|
||||
|
||||
##################################### LIBS #####################################
|
||||
include_directories(${CMAKE_SOURCE_DIR}/lib/stb)
|
||||
include_directories(${CMAKE_SOURCE_DIR}/include)
|
||||
|
||||
################################## EXECUTABLE ##################################
|
||||
add_executable(${PROJECT_NAME} ${HEADER_FILES} ${SOURCE_FILES})
|
||||
|
Reference in New Issue
Block a user