Re: [CMake] Compiling .rc file WITHOUT linking

2009-01-16 Thread Eric Lemings
Ted Berg wrote: Eric Lemings wrote: Greetings, How do you compile a .rc file into a .res file without linking it into a library or executable? Your paths and rc options may vary: find_program( RC_EXECUTABLE NAMES rc ) set( BINARY_RES_DIR ${PROJECT_BINARY_DIR}/resources )

Re: [CMake] Compiling .rc file WITHOUT linking

2009-01-15 Thread Ted Berg
Eric Lemings wrote: Greetings, How do you compile a .rc file into a .res file without linking it into a library or executable? Your paths and rc options may vary: find_program( RC_EXECUTABLE NAMES rc ) set( BINARY_RES_DIR ${PROJECT_BINARY_DIR}/resources ) add_custom_command( OUTPUT

[CMake] Compiling .rc file WITHOUT linking

2009-01-14 Thread Eric Lemings
Greetings, How do you compile a .rc file into a .res file without linking it into a library or executable? Thanks, Eric. ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake