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 (14 lines) | stat: -rw-r--r-- 321 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
add_subdirectory(AST)
add_subdirectory(Reader)

add_gtest(
    TestXdgUtilsDesktopEntry

    TestDesktopEntry.cpp
    TestDesktopEntryKeyPath.cpp
    TestDesktopEntryValue.cpp
    TestDesktopEntryExecValue.cpp
    TestDesktopEntryStringsValue.cpp
)

target_link_libraries(TestXdgUtilsDesktopEntry XdgUtils::DesktopEntry)