Apple_II_vhdl/tools/CMakeLists.txt

4 lines
80 B
CMake

add_executable(dsk2nib dsk2nib.c)
install(TARGETS dsk2nib DESTINATION dsk2nib)