As per title. This ensures that we can build the executable used to generate various assets.
Details
Details
- Reviewers
schancel - Group Reviewers
Restricted Project - Commits
- rSTAGINGa297fd25a27f: [cmake] Add support to build native executables
rABCa297fd25a27f: [cmake] Add support to build native executables
cmake -GNinja .. -DCMAKE_TOOLCHAIN_FILE=../cmake/platforms/Win32.cmake -DBUILD_BITCOIN_QT=OFF -DBUILD_BITCOIN_SEEDER=OFF ninja generate_univalue_escapes_h
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
Exclude native target from all, so behavior is consistent in native and cross builds.
Comment Actions
Refactor the native buolder module to use CMakeCache.txt as an anchor rather than build.ninja and add the phony target native-cmake-build