Integrate RenderEngine to Core
This commit is contained in:
@@ -2,8 +2,6 @@ set(CORE_NAME Core)
|
||||
|
||||
find_package(Vulkan REQUIRED)
|
||||
|
||||
set(CORE_NAME Core)
|
||||
|
||||
file(GLOB_RECURSE SRC "*.cpp" "*.c" "*.h" "*.hpp")
|
||||
|
||||
add_library(${CORE_NAME} STATIC ${SRC})
|
||||
|
||||
Reference in New Issue
Block a user