add install target to reproducer cmake
This commit is contained in:
parent
e502027dbd
commit
b6d5f3ec1f
1 changed files with 1 additions and 0 deletions
|
|
@ -7,3 +7,4 @@ set(CMAKE_AUTOMOC ON)
|
|||
find_package(Qt6 REQUIRED COMPONENTS Gui)
|
||||
add_executable(screen-uaf-reproducer main.cpp)
|
||||
target_link_libraries(screen-uaf-reproducer PRIVATE Qt6::Gui)
|
||||
install(TARGETS screen-uaf-reproducer)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue