Skip to content

Instantly share code, notes, and snippets.

@jalcine
Created October 14, 2011 04:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jalcine/1286280 to your computer and use it in GitHub Desktop.
Save jalcine/1286280 to your computer and use it in GitHub Desktop.
Represents development information for Wintermute's SDK (i.e.: plug-ins, app integration, DE merging, etc)
# Provides a means of creating a plugin for
# Wintermute.
set(WINTER_PLUGIN_INSTALL_DIR "${WINTER_LIB_INSTALL_DIR}/wntr" CACHE PATH "Plugin installation path.")
set(WINTER_PLUGIN_INCLUDE_INSTALL_DIR "${WINTER_INCLUDE_INSTALL_DIR}/plugins" CACHE PATH "Plugin header installation path.")
set(WINTER_PLUGIN_DATA_INSTALL_DIR "${WINTER_DATA_INSTALL_DIR}/plugins" CACHE PATH "Plugin data installation path.")
set(WINTER_PLUGINSPEC_INSTALL_DIR "${WINTER_DATA_INSTALL_DIR}/specs" CACHE PATH "Plugin specification installation path.")
# Provides a means of creating an application
# for the Wintermute desktop environment.
find_package(Wintermute 0.01 REQUIRED)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment