blob: 4afb3cc7bf43157159c15f851cd46acd81e2ca68 [file] [log] [blame] [edit]
message (DEPRECATION "\
Please update your 32Blit cmake project to use:
find_package(32BLIT CONFIG REQUIRED /path/to/32blit-sdk)
instead of:
include(32blit.cmake)
and use the variable 32BLIT_DIR instead of 32BLIT_PATH.
")
find_package (32BLIT CONFIG REQUIRED PATHS ${CMAKE_CURRENT_LIST_DIR})