File: CMakeLists.txt

package info (click to toggle)
odil 0.13.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,476 kB
  • sloc: cpp: 55,982; python: 3,947; javascript: 460; xml: 182; makefile: 99; sh: 36
file content (6 lines) | stat: -rw-r--r-- 210 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
file(GLOB_RECURSE examples *.py)
add_custom_target(
    PythonExamples
    ${CMAKE_COMMAND} -E echo "Python examples"
    SOURCES ${examples})
set_target_properties(PythonExamples PROPERTIES FOLDER "Examples")