root/openwsman/trunk/bindings/CMakeLists.txt

Revision 2775, 335 bytes (checked in by nashif, 2 years ago)

add java bindings

Line 
1 #
2 # CMakeLists.txt for openwsman/bindings
3 #
4 include_directories(${CMAKE_BINARY_DIR})
5
6 IF( BUILD_PYTHON )
7 add_subdirectory(python)
8 ENDIF( BUILD_PYTHON )
9
10 IF( BUILD_RUBY )
11 add_subdirectory(ruby)
12 ENDIF( BUILD_RUBY )
13
14 IF( BUILD_JAVA )
15 add_subdirectory(java)
16 ENDIF( BUILD_JAVA )
17
18 IF( BUILD_PERL )
19 add_subdirectory(perl)
20 ENDIF( BUILD_PERL )