We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44a66ac commit b7879efCopy full SHA for b7879ef
CMakeLists.txt
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.30)
2
project(LLRI2_Experiments)
3
4
# Macro for the amount of frames to measure for.
5
-add_compile_definitions(FRAME_NUMBERS=10000)
+add_compile_definitions(FRAME_NUMBERS=50000)
6
7
# Libraries
8
@@ -16,6 +16,7 @@ add_subdirectory(vendored/SDL EXCLUDE_FROM_ALL)
16
17
## Assimp
18
set(BUILD_SHARED_LIBS OFF)
19
+set(ASSIMP_BUILD_X3D_IMPORTER OFF) # Has a compilation error and we don't need it anyway.
20
add_subdirectory(vendored/assimp EXCLUDE_FROM_ALL)
21
22
## Volk
0 commit comments