Hi,
I have a c++ library with some wrappers.
The wrappers are in two folders ./Wrappers/C  and ./Wrappers/Python

The python 'target' and its install is just some python files. However it depends on the C wrapper being built and installed first. How do I express that in the CMakeList in the python folder?

Currently, the python wrapper CMakeList just looks like this

PROJECT(pythonWrapper)

#=============== INSTALL =====================
add_subdirectory(Tests)
install(
            FILES
            rrPython.py
            rr.py
            SBMLTester.py
            MasterTest.py
            simulationTimer.py
            DESTINATION Python          
            COMPONENT Python
       )



Best Regards,
Totte
--
.........................
Totte Karlsson, Ph.D.
Dune Scientific, LLC
425-296 1980 (office)
425-780 9648 (cell)
www.dunescientific.com
.........................

--

Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to