raylib/src
hristo 0987507ef5
Add headers to install cmake (#1462)
* Changed extension for web from .bc to .a

I did this to support vcpkg expectation. When using the library from vcpkg for web you would install it using vcpkg install raylib:wasm32-emscripten but also vcpkg expects the output lib to be with .a extension instead of .bc

Doesn't make a difference for standalone builds or when raylib is used as a subdirectory dependency.

* Added headers to install targets to fix vcpkg usage

Currently vcpkg works by installing the cmake target into its packages directory. The problem is that install only copies the public header at this point so we need to add the others to the install targets.
2020-12-16 19:11:21 +01:00
..
external Update CMakeLists.txt 2020-12-02 08:27:43 +01:00
camera.h Remove trailing spaces 2020-11-03 23:47:33 +01:00
CMakeLists.txt Add headers to install cmake (#1462) 2020-12-16 19:11:21 +01:00
CMakeOptions.txt Platform DRM (#1388) 2020-09-27 10:18:43 +02:00
config.h Review some config options 2020-11-30 09:00:40 +01:00
config.h.in Update config.h.in 2020-05-09 17:37:02 +02:00
core.c Fixed the build for web using CMake. (#1452) 2020-12-13 20:29:47 +01:00
easings.h Update easings.h (#1210) 2020-04-21 21:17:58 +02:00
gestures.h Comments review 2020-05-07 12:45:44 +02:00
Makefile Platform DRM (#1388) 2020-09-27 10:18:43 +02:00
models.c REVIEWED: DrawGrid(), issue with buffer limits check #1417 2020-12-14 23:39:12 +01:00
physac.h Review "aggregate initializations" #1403 2020-10-05 20:04:33 +02:00
raudio.c Added security check to pitch change #1450 2020-12-12 13:07:46 +01:00
raudio.h WARNING: Multiple funcs reviewed! 2020-11-19 20:11:11 +01:00
raylib.dll.rc Added resource file for DLL compilation info 2020-08-19 11:59:50 +02:00
raylib.dll.rc.data Avoid architecture selection on gcc, use correct gcc version instead 2020-08-20 17:37:01 +02:00
raylib.h REVIEWED: Font struct, added charsPadding #1432 -WIP- 2020-12-14 23:47:11 +01:00
raylib.ico Updated icon data 2018-09-26 16:02:42 +02:00
raylib.rc Added resource file for DLL compilation info 2020-08-19 11:59:50 +02:00
raylib.rc.data Avoid architecture selection on gcc, use correct gcc version instead 2020-08-20 17:37:01 +02:00
raymath.h optimized MatrixLookAt (#1442) 2020-11-29 10:08:22 +01:00
rglfw.c Update year to 2020 2020-01-05 20:01:54 +01:00
rlgl.h Add options to set line width and aliasing to rlGL layer. (#1457) 2020-12-13 10:58:24 +01:00
rmem.h Mempool and other Allocators Optimization (#1211) 2020-04-22 13:11:45 +02:00
rnet.h [rnet] Renamed some functions 2020-02-20 13:46:33 +01:00
shapes.c Remove trailing spaces 2020-11-03 23:47:33 +01:00
shell.html Get icons back on shell.html 2020-03-30 21:34:45 +02:00
text.c Added additional charsPadding initialization #1432 2020-12-14 23:51:55 +01:00
textures.c Changing JPG compression (#1463) 2020-12-16 19:07:18 +01:00
utils.c ADDED: UnloadFileData() / UnloadFileText() #1440 2020-12-14 20:47:58 +01:00
utils.h UWP rework (#1231) 2020-04-30 19:48:39 +02:00
uwp_events.h UWP rework (#1231) 2020-04-30 19:48:39 +02:00