Textractor_test/test/CMakeLists.txt

8 lines
154 B
CMake

include(QtUtils)
msvc_registry_search()
find_qt5(Core Widgets)
add_executable(Test WIN32 main.cpp resource.rc)
target_link_libraries(Test Qt5::Widgets)