File: CMakeLists.txt

package info (click to toggle)
xdg-utils-cxx 1.0.1-3.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 456 kB
  • sloc: cpp: 2,461; ansic: 10; makefile: 6
file content (9 lines) | stat: -rw-r--r-- 210 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
if(XDG_UTILS_TESTS)
    include(fetch_and_build_gtest.cmake)
    include(utils.cmake)

    add_subdirectory(DesktopEntry)
    add_subdirectory(BaseDir)
        
    include(setup_coverage_target.cmake)
endif()