blob: d07699089d1060edaf04cc4bed85890c1e1a8ba8 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2020 Martin Weber.
*
* This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*******************************************************************************/
package org.eclipse.cdt.cmake.core.internal.properties;
/**
* Preferences that override/augment the generic properties when running under
* Linux.
*
* @author Martin Weber
*/
public class LinuxOverrides extends AbstractOsOverrides {
/**
* Creates a new object, initialized with all default values.
*/
public LinuxOverrides() {
}
}