Answeror' CMake. Just some useful snippets.
list(APPEND CMAKE_MODULE_PATH PATH_TO_ACMAKE)
Then include necessary .cmake
files.
- Include header files;
- link against header only boost or shared library version;
- define macros to avoid hardcoded library related
pragma
; - add C++0x
decltype
support for VS2010.
- Include header files;
- find libs;
- auto moc
.h
,.hpp
,.rc
,.ui
;