Page MenuHomePhabricator

[CMAKE] Add missing files to build bitcoin-qt on OSX
ClosedPublic

Authored by Fabien on May 13 2019, 10:20.

Details

Summary

The OSX specific files (*.mm) are missing in the OSX build.

Depends on D3032 (for the test plan).

Test Plan
mkdir buildcmake && cd buildcmake
cmake -GNinja -DCMAKE_TOOLCHAIN_FILE=../cmake/platforms/OSX.cmake ..
ninja -v

Check the (*.mm) files are part of the build.

Diff Detail

Repository
rABC Bitcoin ABC
Branch
cmake_osx_add_mm_files
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 5829
Build 9720: Bitcoin ABC Buildbot (legacy)
Build 9719: arc lint + arc unit