We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28d7257 commit b3279e9Copy full SHA for b3279e9
CMakeLists.txt
@@ -114,6 +114,7 @@ target_include_directories(sim-base PUBLIC "lv_drivers")
114
target_include_directories(sim-base PUBLIC "${InfiniTime_DIR}/src") # InfiniTime drivers, components and all
115
116
find_package(SDL2 REQUIRED)
117
+message(STATUS "Found SDL2 version ${SDL2_VERSION}")
118
target_link_libraries(sim-base PUBLIC SDL2::SDL2)
119
120
set(MONITOR_ZOOM 1 CACHE STRING "Scale simulator window by this factor")
0 commit comments