Adding benchmark
This commit is contained in:
@@ -96,6 +96,10 @@ add_executable(AssetViewer "")
|
||||
target_link_libraries(AssetViewer PRIVATE Engine)
|
||||
target_include_directories(AssetViewer PRIVATE src/AssetViewer)
|
||||
|
||||
add_executable(Benchmark "")
|
||||
target_link_libraries(Benchmark PRIVATE Engine)
|
||||
target_include_directories(Benchmark PRIVATE src/Benchmark)
|
||||
|
||||
if(MSVC)
|
||||
add_definitions(-D_CRT_SECURE_NO_WARNINGS)
|
||||
target_compile_options(Engine PUBLIC /std:c++20 /Zi /MP14 /W4 /wd4505)
|
||||
|
||||
Reference in New Issue
Block a user