mirror of
https://bitbucket.org/smil3y/kde-playground.git
synced 2025-02-24 02:42:51 +00:00
8 lines
214 B
Text
8 lines
214 B
Text
![]() |
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} )
|