From c31a89a3b56e7d081178e09cc58add5c5b84a91a Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Mon, 15 Oct 2018 07:32:44 +0200 Subject: Rewrite vendor.cmake to cmake/VendorConfig.cmake Add menuconfig-editable .config files to platforms. VendorConfig.cmake looks for and includes .config files based on platform name. --- doc/Building.asciidoc | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'doc') diff --git a/doc/Building.asciidoc b/doc/Building.asciidoc index 6fabf8f..431d1e7 100644 --- a/doc/Building.asciidoc +++ b/doc/Building.asciidoc @@ -71,13 +71,8 @@ Sets the install location prefix. Install targets are only set on Release builds - windows: Binary is written to bin/, and plugins to bin/plugins. - others: Binary will be written to bin/, and plugins to lib/smolbote/. -=== Using libc++ -You can use libc++ over stdlibc++ by setting UseLibCpp to On. Requires clang. - - -DCMAKE_CXX_COMPILER=/usr/bin/clang++ -DUseLibCpp=On - -// Additional items - +// Using Breakpad include::Building/Breakpad.asciidoc[] +// Compiling on Windows include::Building/Windows.asciidoc[] -- cgit v1.2.1