Files
xahaud/Builds/CMake
Nicholas Dudfield b0bde9f387 feat(jshooks): add cmake custom command to compile test hooks
- replace shell script with more peformant python script
- master header includes build/jshooks/generated/test.hook.$hash.inc files
  - looks for // @hook comment in hooks and places next to include
  - less annoying when running git diff without explicit ignore
  - first looks in usual location
- cmake locates or builds qjsc
  - searches for qjsc in previous place or honours QJSC_BINARY file
  - if not found builds from https://github.com/RichardAH/quickjslite
2025-07-31 16:35:26 +07:00
..
2019-08-16 10:33:08 -07:00
2025-03-28 20:44:09 +01:00
2025-03-28 20:44:09 +01:00
2025-03-28 20:44:09 +01:00
2025-03-28 20:44:09 +01:00
2025-03-28 19:32:37 +01:00
2025-03-28 19:32:37 +01:00

These are modules and sources that support our CMake build.

== FindBoost.cmake ==

In order to facilitate updating to latest releases of boost, we've made a local copy of the FindBoost cmake module in our repo. The latest official version can generally be obtained here.

The latest version provided by Kitware can be tailored for use with the version of CMake that it ships with (typically the next upcoming CMake release). As such, the latest version from the repository might not work perfectly with older versions of CMake - for instance, the latest version might use features or properties only available in the version of CMake that it ships with. Given this, it's best to test any updates to this module with a few different versions of cmake.