1 2 3 4 5 6 7 8 9 10 11 12 13 14
PY23_LIBRARY() IF(OS_LINUX) PY_SRCS( __init__.py nstools.pyx ) ELSE() PY_SRCS( nstools.py ) ENDIF() END()