raylib/games
Ahmad Fatoum 3f09726331
CMake: Major cleanup to support find_package(raylib)
Remove that link_libraries_to_executable() hack and defines a proper
raylib target that can be used with target_link_libraries.

The same target is also available for external (user) code by using
find_package(raylib).

This results in:

- Remove hardcoded build directories from examples and games CMakeLists.txt
- Allow rlgl_standalone and other special examples to be built easily
- Allow CMake projects to find_package(raylib instead of fiddling with pkg-config
- Makes code a little more maintainable
- Fixes #471, #606.
- Makes code less confusing by removing the double use of PLATFORM (#584).

Note that this is still not _The Right Way_(TM), because normally
raylib-config.cmake (or its includes) would be automatically generated.
I didn't manage to get that to work though, so I went the easier route
of just wrapping pkg_check_modules for consumption by find_package.
2018-07-29 12:35:35 +02:00
..
drturtle CMake: Major cleanup to support find_package(raylib) 2018-07-29 12:35:35 +02:00
just_do CMake: Major cleanup to support find_package(raylib) 2018-07-29 12:35:35 +02:00
koala_seasons CMake: Major cleanup to support find_package(raylib) 2018-07-29 12:35:35 +02:00
light_my_ritual CMake: Major cleanup to support find_package(raylib) 2018-07-29 12:35:35 +02:00
skully_escape CMake: Major cleanup to support find_package(raylib) 2018-07-29 12:35:35 +02:00
transmission Looking for a place for raylib resource file 2018-07-21 16:18:33 +02:00
wave_collector CMake: Major cleanup to support find_package(raylib) 2018-07-29 12:35:35 +02:00
arkanoid.c Allow use of main instead of android_main 2018-03-16 21:37:22 +01:00
asteroids_survival.c Allow use of main instead of android_main 2018-03-16 21:37:22 +01:00
asteroids.c Allow use of main instead of android_main 2018-03-16 21:37:22 +01:00
CMakeLists.txt CMake: Major cleanup to support find_package(raylib) 2018-07-29 12:35:35 +02:00
floppy.c Allow use of main instead of android_main 2018-03-16 21:37:22 +01:00
gold_fever.c Allow use of main instead of android_main 2018-03-16 21:37:22 +01:00
gorilas.c Allow use of main instead of android_main 2018-03-16 21:37:22 +01:00
Makefile Review formatting 2018-07-21 17:19:44 +02:00
Makefile.Android Added Android Makefile for games 2018-07-21 17:38:47 +02:00
missile_commander.c Allow use of main instead of android_main 2018-03-16 21:37:22 +01:00
pang.c Allow use of main instead of android_main 2018-03-16 21:37:22 +01:00
snake.c Allow use of main instead of android_main 2018-03-16 21:37:22 +01:00
space_invaders.c Allow use of main instead of android_main 2018-03-16 21:37:22 +01:00
tetris.c Allow use of main instead of android_main 2018-03-16 21:37:22 +01:00