From d96b4ebce5ee6245fa80d27d41b67aa56555c912 Mon Sep 17 00:00:00 2001 From: LucaSas Date: Thu, 4 Nov 2021 16:14:58 +0200 Subject: Changed the template to now download raylib instead of having it in the repo. --- libs/raylib/cmake/PopulateConfigVariablesLocally.cmake | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 libs/raylib/cmake/PopulateConfigVariablesLocally.cmake (limited to 'libs/raylib/cmake/PopulateConfigVariablesLocally.cmake') diff --git a/libs/raylib/cmake/PopulateConfigVariablesLocally.cmake b/libs/raylib/cmake/PopulateConfigVariablesLocally.cmake deleted file mode 100644 index 151070e..0000000 --- a/libs/raylib/cmake/PopulateConfigVariablesLocally.cmake +++ /dev/null @@ -1,11 +0,0 @@ -macro(populate_config_variables_locally target) - get_property(raylib_INCLUDE_DIRS TARGET ${target} PROPERTY INTERFACE_INCLUDE_DIRECTORIES) - #get_property(raylib_LIBRARIES TARGET ${target} PROPERTY LOCATION) # only works for SHARED - get_property(raylib_LDFLAGS TARGET ${target} PROPERTY INTERFACE_LINK_LIBRARIES) - get_property(raylib_DEFINITIONS TARGET ${target} PROPERTY DEFINITIONS) - - set(raylib_INCLUDE_DIRS "${raylib_INCLUDE_DIRS}" PARENT_SCOPE) - #set(raylib_LIBRARIES "${raylib_INCLUDE_DIRS}" PARENT_SCOPE) - set(raylib_LDFLAGS "${raylib_LDFLAGS}" PARENT_SCOPE) - set(raylib_DEFINITIONS "${raylib_DEFINITIONS}" PARENT_SCOPE) -endmacro() -- cgit v1.2.3