Compatibility changes with macos
This commit is contained in:
@@ -1,4 +1,9 @@
|
||||
#add_subdirectory(CBT/)
|
||||
add_subdirectory(RenderPass/)
|
||||
if(APPLE)
|
||||
# add_subdirectory(Metal/)
|
||||
endif()
|
||||
add_subdirectory(Vulkan/)
|
||||
|
||||
target_sources(Engine
|
||||
PRIVATE
|
||||
@@ -65,10 +70,3 @@ target_sources(Engine
|
||||
Texture.h
|
||||
VertexData.h
|
||||
Window.h)
|
||||
|
||||
add_subdirectory(RenderPass/)
|
||||
if(APPLE)
|
||||
add_subdirectory(Metal/)
|
||||
else()
|
||||
add_subdirectory(Vulkan/)
|
||||
endif()
|
||||
Reference in New Issue
Block a user