added new screens and getting ready for networking, looking at SDL_net for cross platfrom networking so i dont have to touch windows
This commit is contained in:
14
SDL2_net-2.2.0/SDL2_netConfig.cmake.in
Normal file
14
SDL2_net-2.2.0/SDL2_netConfig.cmake.in
Normal file
@@ -0,0 +1,14 @@
|
||||
set(SDL2_net_FOUND ON)
|
||||
|
||||
set(SDL2NET_SDL2_REQUIRED_VERSION @SDL_REQUIRED_VERSION@)
|
||||
|
||||
include(CMakeFindDependencyMacro)
|
||||
|
||||
#FIXME: can't add SDL2NET_SDL2_REQUIRED_VERSION since not all SDL2 installs ship SDL2ConfigVersion.cmake
|
||||
if(EXISTS "${CMAKE_CURRENT_LIST_DIR}/SDL2_net-shared-targets.cmake")
|
||||
include("${CMAKE_CURRENT_LIST_DIR}/SDL2_net-shared-targets.cmake")
|
||||
endif()
|
||||
|
||||
if(EXISTS "${CMAKE_CURRENT_LIST_DIR}/SDL2_net-static-targets.cmake")
|
||||
include("${CMAKE_CURRENT_LIST_DIR}/SDL2_net-static-targets.cmake")
|
||||
endif()
|
||||
Reference in New Issue
Block a user