diff options
| author | Jason Maskell <[email protected]> | 2016-05-31 13:54:29 +0200 |
|---|---|---|
| committer | Jason Maskell <[email protected]> | 2016-05-31 13:54:29 +0200 |
| commit | 9d4bad02e6eb15ec5cf62681923543776d66e9f1 (patch) | |
| tree | 1f64f36d04a518a1369ce9e34ba30b0debea1b9f /compiler/cmake/test_d3d11.cmake | |
| parent | Added support for RFC 104, the logging interface: https://docs.google.com/doc... (diff) | |
| download | waveworks_archive-9d4bad02e6eb15ec5cf62681923543776d66e9f1.tar.xz waveworks_archive-9d4bad02e6eb15ec5cf62681923543776d66e9f1.zip | |
Renamed Logger.h to GFSDK_Logger.h since it's a shared header.
Removed the narrow char methods.
Removed the floating log functions.
Changed the ILogger::log() method to use varargs and printf() formatting.
Diffstat (limited to 'compiler/cmake/test_d3d11.cmake')
| -rw-r--r-- | compiler/cmake/test_d3d11.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/cmake/test_d3d11.cmake b/compiler/cmake/test_d3d11.cmake index 68e5e5e..bbc7ca7 100644 --- a/compiler/cmake/test_d3d11.cmake +++ b/compiler/cmake/test_d3d11.cmake @@ -79,7 +79,7 @@ SET(APP_FILES ${TEST_SOURCE_DIR}/ocean_surface.cpp ${TEST_SOURCE_DIR}/ocean_surface.h - ${COMMON_SOURCE_DIR}/Logger.h + ${TL_INCLUDE_DIR}/GFSDK_Logger.h ${COMMON_SOURCE_DIR}/LoggerImpl.h ${COMMON_SOURCE_DIR}/LoggerImpl.cpp ) |