dcc/tools/parsehdr/CMakeLists.txt
nemerle d5985b4b97 Add parsehdr to the build
As requested in #22
2016-05-19 19:50:47 +02:00

5 lines
111 B
CMake

add_executable(parselib parsehdr.cpp)
target_link_libraries(parselib dcc_hash)
qt5_use_modules(parselib Core)