dcc/tools/parsehdr/CMakeLists.txt
nemerle cd6797499f Add parsehdr to the build
As requested in #22

(cherry picked from commit d5985b4b97cb06a89050c34674878c6430432fe1)
2016-05-19 19:52:48 +02:00

5 lines
111 B
CMake

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