URL
https://opencores.org/ocsvn/lxp32/lxp32/trunk
Subversion Repositories lxp32
[/] [lxp32/] [trunk/] [tools/] [src/] [lxp32asm/] [CMakeLists.txt] - Rev 2
Go to most recent revision | 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 argumentsset_target_properties(lxp32asm PROPERTIES LINK_FLAGS "setargv.obj")endif()# Installinstall(TARGETS lxp32asm DESTINATION .)
Go to most recent revision | Compare with Previous | Blame | View Log
