I'm trying to create a custom target for compiling scripts in MSVC, but I
can't seem to find anyway to add the files to the project when using
ADD_CUSTOM_TARGET. I just want to be able to add files to a custom target
project and then specify a post build step to compile the scripts with our
internal script compiler. The current hack I have in place is to use
ADD_EXECUTABLE and just use a dummy cpp file with an empty main. I figure
there must be a better way than this.
_______________________________________________
CMake mailing list
[email protected]
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to