Dear all,

I'm working on a visual studio project that is developed in c++ and I have
to integrate a new module developed in cuda. There is an existing cmake file
that I need to update but the problem is that it uses the command
"ADD_EXECUTABLE" for all *.cpp files and I need to use "CUDA_ADD_EXECUTABLE"
for my *.cu files. There is a way to use both of them in the same cmake
file? I found a patch for CMAKE to add native cuda support
(http://www.cmake.org/Bug/print_bug_page.php?bug_id=11887). Someone already
used it?

Thanks for your help.



--
View this message in context: 
http://cmake.3232098.n2.nabble.com/use-add-executable-AND-cuda-add-executable-tp7583730.html
Sent from the CMake mailing list archive at Nabble.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