[CMake] Define a subfolder for SWIG project
Giumas
giumas at yahoo.it
Fri May 16 17:45:11 EDT 2014
Good morning,
I am working for the first time with SWIG, I have been able to build and use a python module based on a C++ class.
CMake makes a huge job to make the building very easy, but there is an issue I cannot figure out..
In brief, I would like to put the SWIG project in a specific sub-folder in the solution (e.g. PYTHON) as I did for other projects in my MSVC solution.
I have attempted with the classic:
set_target_properties( test_swig PROPERTIES FOLDER "PYTHON" )
but it does not work..
Could anybody help me ?
G.
______________________________________________________________________
---------------------------------------------------------------------------------------------------------------------------
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.cmake.org/pipermail/cmake/attachments/20140516/321b1cfb/attachment-0001.html>
More information about the CMake
mailing list