5 lines
97 B
CMake
5 lines
97 B
CMake
add_executable(VideoRecoder main.cpp)
|
|
|
|
target_link_libraries(VideoRecoder
|
|
PRIVATE Universal
|
|
) |