mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
da6e48071c
dlib/all/source.cpp into their own .cpp files. If so they will get a useful error message.
18 lines
310 B
C
18 lines
310 B
C
// Copyright (C) 2011 Davis E. King (davis@dlib.net)
|
|
// License: Boost Software License See LICENSE.txt for the full license.
|
|
|
|
#ifdef DLIB_ALL_SOURCE_END
|
|
#include "dlib_basic_cpp_build_tutorial.txt"
|
|
#endif
|
|
|
|
|
|
#ifndef DLIB_BRIdGE_
|
|
#define DLIB_BRIdGE_
|
|
|
|
|
|
#include "bridge/bridge.h"
|
|
|
|
#endif // DLIB_BRIdGE_
|
|
|
|
|