On 05/20/2014 08:36 AM, Iosif Neitzke wrote:
Assuming USE_FOLDERS is set [0], does set_property( TARGET test_swig
PROPERTY FOLDER "PYTHON" ) work?

From the documentation:
To get the name of the swig module target library, use: ${SWIG_MODULE_${name}_REAL_NAME}

So perhaps:
set_property(TARGET ${SWIG_MODULE_test_swig_REAL_NAME} PROPERTY FOLDER "PYTHON" )

Nils
--

Powered by www.kitware.com

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

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

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

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

Reply via email to