ThreadPool now working with no memory leaks
This commit is contained in:
@@ -75,6 +75,7 @@ if(WIN32)
|
||||
endif()
|
||||
if(CMAKE_DEBUG_POSTFIX)
|
||||
add_compile_definitions(ENABLE_VALIDATION)
|
||||
add_compile_definitions(SEELE_DEBUG)
|
||||
endif()
|
||||
add_executable(SeeleEngine "")
|
||||
target_link_libraries(SeeleEngine ${Vulkan_LIBRARY})
|
||||
|
||||
Reference in New Issue
Block a user