* makedsig has been integrated with makedstp, it should handle both LIB and TPL files * other tools have not been modified
12 lines
231 B
CMake
12 lines
231 B
CMake
set(SRC
|
|
makedsig
|
|
fixwild.cpp
|
|
LIB_PatternCollector.cpp
|
|
LIB_PatternCollector.h
|
|
TPL_PatternCollector.cpp
|
|
TPL_PatternCollector.h
|
|
)
|
|
add_executable(makedsig ${SRC})
|
|
target_link_libraries(makedsig dcc_hash)
|
|
qt5_use_modules(makedsig Core)
|