mirror of
https://github.com/cmosher01/Epple-II.git
synced 2024-12-27 17:29:16 +00:00
debug SDL library
This commit is contained in:
parent
eb0eef51d6
commit
2c1489bd19
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user