mirror of
https://bitbucket.org/smil3y/kde-playground.git
synced 2025-02-23 18:32:51 +00:00
7 lines
214 B
CMake
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} )
|