blob: 7a6f348f59295c6c8372ecfcf7964e04b793b98a [file] [log] [blame]
cmake_minimum_required (VERSION 2.6)
project (pdbcat)
add_executable(pdbcat
Common.C
Common.h
pdbcat.C
PDBData.C
PDBData.h)
install (TARGETS pdbcat DESTINATION bin)