URL
https://opencores.org/ocsvn/lxp32/lxp32/trunk
Subversion Repositories lxp32
[/] [lxp32/] [trunk/] [tools/] [src/] [lxp32dump/] [CMakeLists.txt] - Rev 9
Compare with Previous | Blame | View Log
cmake_minimum_required(VERSION 3.3.0)add_executable(lxp32dump disassembler.cpp main.cpp)# Installinstall(TARGETS lxp32dump DESTINATION .)
