[CMake] CPack File Association

2009-03-02 Thread Thomas Burdick
I saw a bug closed that allows one to associate file extensions it looks like, does this mean I can now associate file types with executables in windows as well? If so, how? -Tom ___ Powered by www.kitware.com Visit other Kitware open-source projects at

[CMake] CPack NSIS File Extension Association

2008-07-30 Thread Thomas Burdick
Is there a way to get file associations setup using cpack and nsis? So that my application will be launched when someone double clicks a filetype that my application reads in? -Tom ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/list

Re: [CMake] CMAKE equivalent of qmake's MOC_DIR

2008-07-23 Thread Thomas Burdick
It'd still be nice to specify where these files go, even if its not necessarily needed. In source builds tend to get messy otherwise. -Tom On Tue, Jul 22, 2008 at 4:57 PM, Andreas Pakulat <[EMAIL PROTECTED]> wrote: > On 22.07.08 14:02:06, David Boosalis wrote: > > Hi > > > > The qmake variable M

[CMake] MSI Support

2008-07-10 Thread Thomas Burdick
Out of curiousity, since MSVC is supported, why no MSI CPack support? -Tom ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

[CMake] MSVC Qt Integration

2008-07-10 Thread Thomas Burdick
I'm trying to get Qt integration to work in visual studio using cmake to generate the project and solution files. So far I've gotten part of the puzzle together using set_target_properties as described in the documentation to set the VS_KEYWORD. There is another piece though, in the solution file