[go: up one dir, main page]

Menu

[aaeafb]: / doc / conf.cmake.py  Maximize  Restore  History

Download this file

11 lines (7 with data), 242 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
# -*- coding: utf-8 -*-
import sys
import os
sys.path.append("@CMAKE_CURRENT_SOURCE_DIR@")
from conf import *
DOC_ROOT = os.path.abspath(os.path.dirname(__file__))
breathe_projects = {"chemfiles": os.path.join(DOC_ROOT, "doxygen", "xml")}