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