simon-git: puzzles (main): Simon Tatham

Commits to Tartarus hosted VCS tartarus-commits at lists.tartarus.org
Sun Jan 15 16:21:15 GMT 2023


TL;DR:
  09b1629 Fix Emscripten cmake setup after fuzzpuzz was added.

Repository:     https://git.tartarus.org/simon/puzzles.git
On the web:     https://git.tartarus.org/?p=simon/puzzles.git
Branch updated: main
Committer:      Simon Tatham <anakin at pobox.com>
Date:           2023-01-15 16:21:15

commit 09b16293865301543bd8db9e038b5608c44f2656
web diff https://git.tartarus.org/?p=simon/puzzles.git;a=commitdiff;h=09b16293865301543bd8db9e038b5608c44f2656;hp=32c487ba577e7da84d32f7e67d98e7e72fd5da70
Author: Simon Tatham <anakin at pobox.com>
Date:   Sun Jan 15 16:18:05 2023 +0000

    Fix Emscripten cmake setup after fuzzpuzz was added.
    
    The call to cliprogram() doesn't actually add the target 'fuzzpuzz' on
    that platform, so the subsequent target_include_directories fails. Fix
    is to condition target_include_directories on the build_cli_programs
    flag.

 CMakeLists.txt | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)



More information about the tartarus-commits mailing list