MinGfx Toolkit
1.0
A minimal library for writing cross-platform (Windows, OSX, linux) graphics programs.
src
mingfx_config.h
Go to the documentation of this file.
1
/*
2
This file is part of the MinGfx Project.
3
4
Copyright (c) 2017,2018 Regents of the University of Minnesota.
5
All Rights Reserved.
6
7
Original Author(s) of this File:
8
Dan Keefe, 2018, University of Minnesota
9
10
Author(s) of Significant Updates/Modifications to the File:
11
...
12
*/
13
14
// The file config.h.in is processed by cmake to produce config.h. This
15
// replaces strings of the form "at"CMAKE_VARIABLE_NAME"at" with the value
16
// of the corresponding cmake variable, allowing us to pass directory paths
17
// and other information configured with cmake into our C++ code.
18
19
20
#define MINGFX_DATA_DIR_BUILD "Y:/courses/4611/instructor-repo/dev/MinGfx/data"
21
#define MINGFX_DATA_DIR_INSTALL "C:/csci-4611/share/MinGfx-1.0/data"
22
23
#define MINGFX_SHADERS_DIR_BUILD "Y:/courses/4611/instructor-repo/dev/MinGfx/src/shaders"
24
#define MINGFX_SHADERS_DIR_INSTALL "C:/csci-4611/share/MinGfx-1.0/shaders"
25
Generated by
1.9.1