4 lines
78 B
CMake
4 lines
78 B
CMake
add_executable (myapp main.c)
|
|
|
|
#target_link_libraries (myapp ${QT_LIBRARIES})
|