File: CMakeLists.txt

package info (click to toggle)
persistent-cache-cpp 1.0.9-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 624 kB
  • sloc: cpp: 7,757; python: 183; ansic: 91; sh: 34; makefile: 7
file content (5 lines) | stat: -rw-r--r-- 154 bytes parent folder | download | duplicates (3)
1
2
3
4
5
set(CACHE_INTERNAL_SRC
    ${CMAKE_CURRENT_SOURCE_DIR}/persistent_string_cache_impl.cpp
)

set(CACHE_SRC ${CACHE_SRC} ${CACHE_INTERNAL_SRC} PARENT_SCOPE)