Trying to add fluid simulation
This commit is contained in:
@@ -54,6 +54,11 @@ if(WIN32)
|
||||
endif()
|
||||
|
||||
add_library(Engine SHARED "")
|
||||
set_target_properties(Engine PROPERTIES
|
||||
RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}
|
||||
LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}
|
||||
ARCHIVE_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}
|
||||
)
|
||||
|
||||
target_include_directories(Engine PRIVATE src/Engine)
|
||||
target_link_libraries(Engine PUBLIC Vulkan::Vulkan)
|
||||
|
||||
Reference in New Issue
Block a user