@ -185,7 +185,9 @@ endif()
target_include_directories ( Magnum PUBLIC
target_include_directories ( Magnum PUBLIC
$ { P R O J E C T _ S O U R C E _ D I R } / s r c
$ { P R O J E C T _ S O U R C E _ D I R } / s r c
$ { P R O J E C T _ B I N A R Y _ D I R } / s r c )
$ { P R O J E C T _ B I N A R Y _ D I R } / s r c )
if ( BUILD_DEPRECATED AND TARGET_GL ) # T O D O : r e m o v e o n c e c o m p a t g e t s d r o p p e d
if ( BUILD_DEPRECATED ) # T O D O : r e m o v e o n c e c o m p a t g e t s d r o p p e d
# S o m e d e p r e c a t e d A P I s u s e headers ( but not externally defined symbols )
# f r o m t h e G L l i b r a r y , l i n k t h o s e i n c l u d e s a s w e l l
target_include_directories ( Magnum PUBLIC
target_include_directories ( Magnum PUBLIC
$ { P R O J E C T _ S O U R C E _ D I R } / s r c / M a g n u m E x t e r n a l / O p e n G L )
$ { P R O J E C T _ S O U R C E _ D I R } / s r c / M a g n u m E x t e r n a l / O p e n G L )
endif ( )
endif ( )
@ -272,7 +274,7 @@ if(BUILD_TESTS)
target_include_directories ( MagnumTestLib PUBLIC
target_include_directories ( MagnumTestLib PUBLIC
$ { P R O J E C T _ S O U R C E _ D I R } / s r c
$ { P R O J E C T _ S O U R C E _ D I R } / s r c
$ { P R O J E C T _ B I N A R Y _ D I R } / s r c )
$ { P R O J E C T _ B I N A R Y _ D I R } / s r c )
if ( BUILD_DEPRECATED AND TARGET_GL ) # T O D O : r e m o v e o n c e c o m p a t g e t s d r o p p e d
if ( BUILD_DEPRECATED ) # T O D O : r e m o v e o n c e c o m p a t g e t s d r o p p e d
target_include_directories ( MagnumTestLib PUBLIC
target_include_directories ( MagnumTestLib PUBLIC
$ { P R O J E C T _ S O U R C E _ D I R } / s r c / M a g n u m E x t e r n a l / O p e n G L )
$ { P R O J E C T _ S O U R C E _ D I R } / s r c / M a g n u m E x t e r n a l / O p e n G L )
endif ( )
endif ( )