Warning, /plasma/oxygen-gtk/src/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 include_directories( ${CMAKE_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR} ${CMAKE_BINARY_DIR} )
0002 include_directories( animations debug )
0003 
0004 # Sources
0005 # please keep this list alphabetically sorted for clarity
0006 set( oxygen_gtk_SOURCES
0007     animations/oxygenanimations.cpp
0008     animations/oxygenarrowstatedata.cpp
0009     animations/oxygenbackgroundhintengine.cpp
0010     animations/oxygenbaseengine.cpp
0011     animations/oxygencomboboxdata.cpp
0012     animations/oxygencomboboxentrydata.cpp
0013     animations/oxygendialogengine.cpp
0014     animations/oxygenflatwidgetengine.cpp
0015     animations/oxygenfollowmousedata.cpp
0016     animations/oxygenhook.cpp
0017     animations/oxygenhoverdata.cpp
0018     animations/oxygeninnershadowdata.cpp
0019     animations/oxygenmainwindowdata.cpp
0020     animations/oxygenmenubarstatedata.cpp
0021     animations/oxygenmenustatedata.cpp
0022     animations/oxygenmenuitemengine.cpp
0023     animations/oxygenmenuitemdata.cpp
0024     animations/oxygenpaneddata.cpp
0025     animations/oxygensignal.cpp
0026     animations/oxygenscrollbardata.cpp
0027     animations/oxygenscrollbarstatedata.cpp
0028     animations/oxygenscrolledwindowdata.cpp
0029     animations/oxygentabwidgetdata.cpp
0030     animations/oxygentabwidgetstatedata.cpp
0031     animations/oxygentimeline.cpp
0032     animations/oxygentimelineserver.cpp
0033     animations/oxygentimer.cpp
0034     animations/oxygentoolbarstatedata.cpp
0035     animations/oxygentreeviewdata.cpp
0036     animations/oxygentreeviewengine.cpp
0037     animations/oxygentreeviewstatedata.cpp
0038     animations/oxygenwidgetsizedata.cpp
0039     animations/oxygenwidgetstatedata.cpp
0040     animations/oxygenwidgetstateengine.cpp
0041     debug/oxygenwidgetexplorer.cpp
0042     oxygenapplicationname.cpp
0043     oxygenargbhelper.cpp
0044     oxygencairocontext.cpp
0045     oxygencairoutils.cpp
0046     oxygencoloreffect.cpp
0047     oxygencolorutils.cpp
0048     oxygenfontinfo.cpp
0049     oxygengtkcellinfo.cpp
0050     oxygengtkicons.cpp
0051     oxygengtkrc.cpp
0052     oxygengtktypenames.cpp
0053     oxygengtkutils.cpp
0054     oxygenloghandler.cpp
0055     oxygenobjectcounter.cpp
0056     oxygenobjectcountermap.cpp
0057     oxygenoption.cpp
0058     oxygenoptionmap.cpp
0059     oxygenpalette.cpp
0060     oxygenpathlist.cpp
0061     oxygenpropertynames.cpp
0062     oxygenqtsettings.cpp
0063     oxygenrcstyle.cpp
0064     oxygenrgba.cpp
0065     oxygenshadowconfiguration.cpp
0066     oxygenshadowhelper.cpp
0067     oxygenstyle.cpp
0068     oxygenstylehelper.cpp
0069     oxygenstyleoptions.cpp
0070     oxygenstylewrapper.cpp
0071     oxygentaboptions.cpp
0072     oxygentheme.cpp
0073     oxygentileset.cpp
0074     oxygenwindecobutton.cpp
0075     oxygenwindecooptions.cpp
0076     oxygenwindowmanager.cpp
0077     oxygenwindowshadow.cpp
0078 )
0079 
0080 add_library( oxygen-gtk SHARED ${oxygen_gtk_SOURCES} )
0081 
0082 # Add debug cflags
0083 set( CMAKE_CXX_FLAGS " -Wall -g ${CMAKE_CXX_FLAGS}" )
0084 set( CMAKE_C_FLAGS " -Wall -g ${CMAKE_C_FLAGS}" )
0085 
0086 target_link_libraries( oxygen-gtk ${GTK_LIBRARIES} ${CAIRO_LIBRARIES} ${X11_X11_LIB} )
0087 
0088 install( TARGETS oxygen-gtk DESTINATION ${INSTALL_PATH_GTK_ENGINES} )