Skip to content
Snippets Groups Projects
Commit e3740e02 authored by Kyle Edwards's avatar Kyle Edwards
Browse files

Tests: Test Qt autogen target with CMP0116 set to WARN

parent cf34011c
No related branches found
No related tags found
No related merge requests found
......@@ -10,3 +10,4 @@ target_link_libraries(app_with_qt PRIVATE simple_lib Qt5::Core)
add_subdirectory(QtSubDir1)
add_subdirectory(QtSubDir2)
add_subdirectory(QtSubDir3)
add_executable(sub_exe_3 ../app.cpp)
target_link_libraries(sub_exe_3 PRIVATE Qt5::Core)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment