Skip to content
Snippets Groups Projects
Select Git revision
  • d7015d14929337b003d33d5fff2a2a840b5e4f16
  • next default protected
  • fix-1277
  • fix-1258
  • delfile2
  • cleanupmusic
  • gametype-refactor-1
  • custom-map-names
  • extra-textures
  • clipmidtex
  • optimize-storewallrange
  • increase-maxconditionsets
  • acs
  • softcode-info
  • lua-gfx-2
  • better-player-states
  • lua-debug-library
  • any-resolution
  • gametype-refactor-player-spawns
  • custom-teams
  • action-args
  • SRB2_release_2.2.13
  • SRB2_release_2.2.12
  • SRB2_release_2.2.11
  • SRB2_release_2.2.10
  • SRB2_release_2.2.9
  • SRB2_release_2.2.8
  • SRB2_release_2.2.7
  • SRB2_release_2.2.6
  • SRB2_release_2.2.5
  • SRB2_release_2.2.4
  • SRB2_release_2.2.3
  • SRB2_release_2.2.2
  • SRB2_release_2.2.1
  • SRB2_release_2.2.0
  • SRB2_release_2.1.25
  • SRB2_release_2.1.24
  • SRB2_release_2.1.23
  • SRB2_release_2.1.22
  • SRB2_release_2.1.21
  • SRB2_release_2.1.20
41 results

CMakeTestASM_YASMCompiler.cmake

Blame
  • Forked from STJr / SRB2
    16460 commits behind the upstream repository.
    Ronald Kinard's avatar
    Eidolon authored
    Tested to work on MSVC, mingw-gcc
    d7015d14
    History
    CMakeTestASM_YASMCompiler.cmake 989 B
    
    #=============================================================================
    # Copyright 2010 Kitware, Inc.
    #
    # Distributed under the OSI-approved BSD License (the "License");
    # see accompanying file Copyright.txt for details.
    #
    # This software is distributed WITHOUT ANY WARRANTY; without even the
    # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
    # See the License for more information.
    #=============================================================================
    # (To distribute this file outside of CMake, substitute the full
    #  License text for the above reference.)
    
    # This file is used by EnableLanguage in cmGlobalGenerator to
    # determine that the selected ASM_NASM "compiler" works.
    # For assembler this can only check whether the compiler has been found,
    # because otherwise there would have to be a separate assembler source file
    # for each assembler on every architecture.
    
    set(ASM_DIALECT "_YASM")
    include(CMakeTestASMCompiler)
    set(ASM_DIALECT)