Added CMakeLists.txt
This commit is contained in:
14
CMakeLists.txt
Normal file
14
CMakeLists.txt
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
project(DbHashCracker)
|
||||||
|
|
||||||
|
set(HEADERS
|
||||||
|
workerthread.h
|
||||||
|
)
|
||||||
|
|
||||||
|
set(SOURCES
|
||||||
|
main.cpp
|
||||||
|
workerthread.cpp
|
||||||
|
)
|
||||||
|
|
||||||
|
add_executable(hashcracker ${HEADERS} ${SOURCES})
|
||||||
|
|
||||||
|
target_link_libraries(hashcracker Qt5::Core Qt5::Sql)
|
Reference in New Issue
Block a user