Reisinger, Thomas Karl wrote:
Hello,
AUX_SOURCE_DIRECTORY by default searches for the following extensions - < .c .C .c++ .cc .cpp .cxx .m .M .mm .h .hh .h++ .hm .hpp .hxx .in .txx > Because CMake works case sensitive I need to ADD another extension ".CPP" to the command AUX_SOURCE_DIRECTORY.

You should use file(GLOB ...) instead. However, that said it is much better to explicitly list the sources so that cmake can re-run correctly when new files are added, or files are removed.

-Bil
_______________________________________________
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