Hi i am writing a Java build script using CMake's ADD_CUSTOM_TARGET keyword. One of the classes created is of the name Foo$Bar.class. This is how java create's that class. How do I escape the $ sign , so that i can use the name "Foo$Bar.class" to create the jar file ? Any help will be appreciated. Thanks Vikas