OpenCores
URL https://opencores.org/ocsvn/lxp32/lxp32/trunk

Subversion Repositories lxp32

[/] [lxp32/] [trunk/] [tools/] [src/] [lxp32asm/] [CMakeLists.txt] - Rev 9

Compare with Previous | Blame | View Log

cmake_minimum_required(VERSION 3.3.0)

add_executable(lxp32asm assembler.cpp linkableobject.cpp linker.cpp main.cpp outputwriter.cpp utils.cpp)

if(MSVC)
# Make the program expand wildcard command-line arguments
        set_target_properties(lxp32asm PROPERTIES LINK_FLAGS "setargv.obj")
endif()

# Install

install(TARGETS lxp32asm DESTINATION .)

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.