mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-25 03:12:56 +00:00
7 lines
No EOL
197 B
CMake
7 lines
No EOL
197 B
CMake
if(WITH_OPENGL AND OPENGL_FOUND)
|
|
katie_test(paintbenchmark
|
|
${CMAKE_CURRENT_SOURCE_DIR}/paintbenchmark.cpp
|
|
)
|
|
|
|
target_link_libraries(paintbenchmark KtDeclarative KtOpenGL)
|
|
endif() |