Yet another attempt to use CMake

This commit is contained in:
Alexey Sokolov
2015-12-14 00:16:44 +00:00
parent 04ad80b86e
commit 561a18054c
51 changed files with 2204 additions and 77 deletions
+6
View File
@@ -159,6 +159,12 @@ CString CZNC::GetCompileOptionsString() {
"yes"
#else
"no"
#endif
", build: "
#ifdef BUILD_WITH_CMAKE
"cmake"
#else
"autoconf"
#endif
;
}