Warning, /plasma/plasma-activities/autotests/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 # vim:set softtabstop=3 shiftwidth=3 tabstop=3 expandtab:
0002 
0003 string (REPLACE "-fno-exceptions" "" CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS}")
0004 add_definitions (-fexceptions)
0005 
0006 add_subdirectory (core)
0007