summaryrefslogtreecommitdiff
blob: 7a6f348f59295c6c8372ecfcf7964e04b793b98a (plain)
1
2
3
4
5
6
7
8
9
10
11
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)