Warning, /sdk/codevis/lvtclr/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 AddTargetLibrary(
0002   LIBRARY_NAME
0003     lvtclr
0004   SOURCES
0005     ct_lvtclr_colormanagement.cpp
0006   QT_HEADERS
0007     ct_lvtclr_colormanagement.h
0008   LIBRARIES
0009     Qt${QT_MAJOR_VERSION}::Core
0010     lakospreferences
0011 )
0012 
0013 if (COMPILE_TESTS)
0014     add_executable(test_ct_lvtclr_colormanagement ct_lvtclr_colormanagement.t.cpp)
0015     target_link_libraries(test_ct_lvtclr_colormanagement
0016         Codethink::lvttst
0017         Codethink::lvtclr
0018         ${EXTRA_SYSTEM_LIBRARIES}
0019     )
0020     add_test(NAME test_ct_lvtclr_colormanagement COMMAND test_ct_lvtclr_colormanagement)
0021 endif()