Skip to main content
  • Home
  • Development
  • Documentation
  • Donate
  • Operational login
  • Browse the archive

swh logo
SoftwareHeritage
Software
Heritage
Archive
Features
  • Search

  • Downloads

  • Save code now

  • Add forge now

  • Help

  • a83c71a
  • /
  • src
  • /
  • unstable
  • /
  • CMakeLists.txt
Raw File Download

To reference or cite the objects present in the Software Heritage archive, permalinks based on SoftWare Hash IDentifiers (SWHIDs) must be used.
Select below a type of object currently browsed in order to display its associated SWHID and permalink.

  • content
  • directory
content badge
swh:1:cnt:687bbf1921f9ed72a0877ebcda96fff470f3588d
directory badge
swh:1:dir:08b3ab30320d1c13fe7c05d1f6082c5ebd7a3793

This interface enables to generate software citations, provided that the root directory of browsed objects contains a citation.cff or codemeta.json file.
Select below a type of object currently browsed in order to generate citations for them.

  • content
  • directory
(requires biblatex-software package)
Generating citation ...
(requires biblatex-software package)
Generating citation ...
CMakeLists.txt
file( GLOB unstable_SRCS . optimization/*.cpp synthesis/*.cpp verification/*.cpp debugging/*.cpp simulation/*.cpp testing/*.cpp )
 
add_library( revkit_unstable ${unstable_SRCS} null.cpp )

file( GLOB INSTALL_HEADERS_OPTIMIZATION optimization/*.hpp )
file( GLOB INSTALL_HEADERS_SYNTHESIS synthesis/*.hpp )
file( GLOB INSTALL_HEADERS_VERIFICATION verification/*.hpp )
file( GLOB INSTALL_HEADERS_DEBUGGING debugging/*.hpp )
file( GLOB INSTALL_HEADERS_SIMULATION simulation/*.hpp )
file( GLOB INSTALL_HEADERS_TESTING testing/*.hpp )

install( FILES ${INSTALL_HEADERS_OPTIMIZATION} DESTINATION ${CMAKE_INSTALL_PREFIX}/include/unstable/optimization )
install( FILES ${INSTALL_HEADERS_SYNTHESIS} DESTINATION ${CMAKE_INSTALL_PREFIX}/include/unstable/synthesis )
install( FILES ${INSTALL_HEADERS_VERIFICATION} DESTINATION ${CMAKE_INSTALL_PREFIX}/include/unstable/verification)
install( FILES ${INSTALL_HEADERS_DEBUGGING} DESTINATION ${CMAKE_INSTALL_PREFIX}/include/unstable/debugging)
install( FILES ${INSTALL_HEADERS_SIMULATION} DESTINATION ${CMAKE_INSTALL_PREFIX}/include/unstable/simulation)
install( FILES ${INSTALL_HEADERS_TESTING} DESTINATION ${CMAKE_INSTALL_PREFIX}/include/unstable/testing)
 
install( TARGETS revkit_unstable DESTINATION ${CMAKE_INSTALL_PREFIX}/lib )

back to top

Software Heritage — Copyright (C) 2015–2026, The Software Heritage developers. License: GNU AGPLv3+.
The source code of Software Heritage itself is available on our development forge.
The source code files archived by Software Heritage are available under their own copyright and licenses.
Terms of use: Archive access, API— Content policy— Contact— JavaScript license information— Web API