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
Lint
Lint Not Applicable
Unit
Tests Not Applicable