kde-playground/kcachegrind/cgview/CMakeLists.txt
2015-03-04 07:38:41 +00:00

7 lines
214 B
CMake

include_directories(../libcore)
add_executable(cgview main.cpp)
target_link_libraries(cgview core ${QT_QTCORE_LIBRARY})
# do not install example code...
# install(TARGETS cgview ${INSTALL_TARGETS_DEFAULT_ARGS} )