I have a project that needs to use a specific manifest file when generating
.exe files. I was able to get this working by specifying the /MANIFEST and
/MANIFESTFILE options on CMAKE_EXE_LINKER_FLAGS. This works great with the
debug build, but today I finally got around to checking out that the
re
There is still room in the "Project Lifecycle Management with CMake
Family of Tools" course in Boston on June 4, 2014. The early
registration deadline has been extended to May 16! Sign up now at
http://training.kitware.fr/browse/69.
Hope to see you there.
-Bill
--
Powered by www.kitware.com
Hello everyone,
I try to build a small Qt application (helloGUI) with a shared library (hello).
Here is my application and library tree:
├── CMakeLists.txt
├── gui
│ ├── CMakeLists.txt
│ ├── bundle.cmake
│ ├── include
│ │ └── MainWindow.hpp
│ ├── src
│ │ ├── MainWindow.cpp
│ │ └
Hi,
Do you meen as in
set_target_properties(mytarget PROPERTIES VERSION 1.0 SOVERSION 1)
?
Cheers,
Yngve
Den 12. mai 2014 19:24, skrev Orion Poplawski:
Is anyone aware of a cmake module that would be the equivalent of the
-version-info mechanism in libtool for generating VERSION and SOVERSION