mirror of
https://github.com/cmosher01/Epple-II.git
synced 2025-08-15 08:27:57 +00:00
debug SDL library
This commit is contained in:
@@ -1,6 +1,9 @@
|
|||||||
set(CMAKE_FIND_DEBUG_MODE 1)
|
set(CMAKE_FIND_DEBUG_MODE 1)
|
||||||
find_package(SDL2 CONFIG REQUIRED)
|
|
||||||
|
find_package(SDL2 CONFIG)
|
||||||
include_directories(${SDL2_INCLUDE_DIRS})
|
include_directories(${SDL2_INCLUDE_DIRS})
|
||||||
|
message("SDL2_INCLUDE_DIRS: ${SDL2_INCLUDE_DIRS}")
|
||||||
|
message("SDL2_LIBRARIES: ${SDL2_LIBRARIES}")
|
||||||
|
|
||||||
set(sources
|
set(sources
|
||||||
a2colorsobserved.cpp
|
a2colorsobserved.cpp
|
||||||
|
Reference in New Issue
Block a user