Skip to content

Commit b7879ef

Browse files
committed
Prepare for measuring for realsies
1 parent 44a66ac commit b7879ef

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.30)
22
project(LLRI2_Experiments)
33

44
# Macro for the amount of frames to measure for.
5-
add_compile_definitions(FRAME_NUMBERS=10000)
5+
add_compile_definitions(FRAME_NUMBERS=50000)
66

77
# Libraries
88

@@ -16,6 +16,7 @@ add_subdirectory(vendored/SDL EXCLUDE_FROM_ALL)
1616

1717
## Assimp
1818
set(BUILD_SHARED_LIBS OFF)
19+
set(ASSIMP_BUILD_X3D_IMPORTER OFF) # Has a compilation error and we don't need it anyway.
1920
add_subdirectory(vendored/assimp EXCLUDE_FROM_ALL)
2021

2122
## Volk

0 commit comments

Comments
 (0)