aboutsummaryrefslogtreecommitdiff
path: root/src/bindings/CMakeLists.txt
blob: 6933b29fe2d0a13d6912db39b9fe9e5e954a8120 (plain)
1
2
3
4
5
if(DO_SCRIPTS)
add_subdirectory(scripts)
else (DO_SCRIPTS)
add_subdirectory(interface)
endif(DO_SCRIPTS)