reanme file

This commit is contained in:
Robin Dietzel 2023-12-05 21:33:25 +01:00
parent 9abb7fcf26
commit f5a5bade28
2 changed files with 5 additions and 6 deletions

View File

@ -1,10 +1,9 @@
find_package(Qt6 COMPONENTS Core REQUIRED)
add_executable(task3-chpt3ex12)
add_executable(task3-chpt3ex12-rd)
target_sources(task3-chpt3ex12 PRIVATE
main.cpp)
target_sources(task3-chpt3ex12-rd PRIVATE
main-rd.cpp)
target_link_libraries(task3-chpt3ex12 PRIVATE
Qt6::Core
Qt6::Multimedia)
target_link_libraries(task3-chpt3ex12-rd PRIVATE
Qt6::Core)