CMAKE: allow to compile afb-genskel only
[src/app-framework-binder.git] / bindings / CMakeLists.txt
index 1a1e901..509c6cb 100644 (file)
@@ -16,6 +16,9 @@
 # limitations under the License.
 ###########################################################################
 
+IF(WITH_BINDER)
 ADD_SUBDIRECTORY(intrinsics)
 ADD_SUBDIRECTORY(samples)
 ADD_SUBDIRECTORY(tutorial)
+ENDIF(WITH_BINDER)
+