Commit graph

5 commits

Author SHA1 Message Date
Gleb Mazovetskiy
6bcac742ed CMake: Link gperftools directly to the binary
Not sure why this is necessary but it fixes the gperf build
2022-01-30 14:56:04 +01:00
Gleb Mazovetskiy
cacf55bb34 CMake: Split out platform libraries 2021-12-21 21:01:47 +00:00
Gleb Mazovetskiy
fe7e38695d Emscripten SDK support
Adds support for the Emscripten SDK via CMake.
2021-12-20 04:07:34 +00:00
Gleb Mazovetskiy
b71814b07b CMake: Remove upgrade code
Follow-up to 75222ccef8
2021-12-11 23:02:49 +00:00
Gleb Mazovetskiy
4848632db2 CMake: Organize files
1. Platform and toolchain files are now all under `platforms/`, with a
   single `CMake/platforms/${platform}.cmake` per platform.

2. Custom functions/macros are under `functions/`.

3. Finder modules are in `/finders`.
2021-12-07 18:32:25 +01:00