build: allow to disable language support in cmake
* in addition: add unloadable sourcegroup to visualize, load and save information when loading a project that contains source groups that are not supported by the build
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#ifndef LANGUAGE_PACKAGES_H
|
||||
#define LANGUAGE_PACKAGES_H
|
||||
|
||||
#cmakedefine01 BUILD_CXX_LANGUAGE_PACKAGE
|
||||
#cmakedefine01 BUILD_JAVA_LANGUAGE_PACKAGE
|
||||
#cmakedefine01 BUILD_PYTHON_LANGUAGE_PACKAGE
|
||||
|
||||
#endif // LANGUAGE_PACKAGES_H
|
||||
Reference in New Issue
Block a user