debug SDL library

This commit is contained in:
Christopher A. Mosher 2022-11-02 14:08:29 -04:00
parent eb0eef51d6
commit 2c1489bd19
1 changed files with 4 additions and 1 deletions

View File

@ -1,6 +1,9 @@
set(CMAKE_FIND_DEBUG_MODE 1)
find_package(SDL2 CONFIG REQUIRED)
find_package(SDL2 CONFIG)
include_directories(${SDL2_INCLUDE_DIRS})
message("SDL2_INCLUDE_DIRS: ${SDL2_INCLUDE_DIRS}")
message("SDL2_LIBRARIES: ${SDL2_LIBRARIES}")
set(sources
a2colorsobserved.cpp