Salome HOME
CMake: porting module to the new CMake procedure.
authorbruneton <bruneton>
Mon, 21 Oct 2013 09:52:54 +0000 (09:52 +0000)
committerbruneton <bruneton>
Mon, 21 Oct 2013 09:52:54 +0000 (09:52 +0000)
commit0abec28f55a64e8215742e9b02f955d161a8b865
treed8208afa7910c692386ee4186545f187cbf088ff
parent895d61232e0037a500b269315b88c63140b37b37
CMake: porting module to the new CMake procedure.
Isolated as much as possible IDL wrapping logic.
Introduced flag SALOME_PARAVIS_MINIMAL_CORBA to turn the wrapping off.
33 files changed:
CMakeLists.txt
SalomePARAVISConfig.cmake.in [new file with mode: 0644]
adm_local/cmake_files/CMakeLists.txt
bin/CMakeLists.txt
getwrapclasses.py [deleted file]
idl/CMakeLists.txt
idl/PARAVIS_Gen.idl
idl/wrap.cmake
resources/CMakeLists.txt
src/CMakeLists.txt
src/ENGINE/CMakeLists.txt
src/ENGINE/PARAVIS_Engine_i.cc
src/ENGINE/PARAVIS_Engine_i.hh
src/Macro/CMakeLists.txt
src/PVGUI/CMakeLists.txt
src/PVGUI/PARAVIS_Gen_i.cc
src/PVGUI/PARAVIS_Gen_i.hh
src/PVGUI/create_class.py [deleted file]
src/PVGUI/create_class.sh [deleted file]
src/PVGUI/wrap.cmake [deleted file]
src/PV_SWIG/CMakeLists.txt
src/Plugins/CMakeLists.txt
src/VTKParser/CMakeLists.txt [new file with mode: 0644]
src/VTKParser/GenerateWrapList.cmake [new file with mode: 0644]
src/VTKParser/create_class.py [new file with mode: 0755]
src/VTKParser/create_class.sh [new file with mode: 0755]
src/VTKParser/getwrapclasses.py [new file with mode: 0644]
src/VTKParser/readme.txt [new file with mode: 0644]
src/VTKParser/wrap.cmake [new file with mode: 0755]
src/VTKWrapping/CMakeLists.txt [new file with mode: 0644]
test/CMakeLists.txt
test/VisuPrs/CMakeLists.txt
wrapfiles.cmake [deleted file]