From 5e65261dc14fe09973b7864730f5deebde1e4102 Mon Sep 17 00:00:00 2001 From: Tim Sarbin Date: Wed, 20 Feb 2019 15:38:30 -0500 Subject: [PATCH] Remmoved cmake logic that doesn't appear to be necessary... --- OpenDiablo2.OS/CMakeLists.txt | 7 ------- 1 file changed, 7 deletions(-) diff --git a/OpenDiablo2.OS/CMakeLists.txt b/OpenDiablo2.OS/CMakeLists.txt index 3f2d10c1..83d5d961 100644 --- a/OpenDiablo2.OS/CMakeLists.txt +++ b/OpenDiablo2.OS/CMakeLists.txt @@ -17,10 +17,3 @@ add_library(OpenDiablo2.OS target_link_libraries(OpenDiablo2.OS glfw ) - -target_include_directories(OpenDiablo2.OS PUBLIC - $ - $ - PRIVATE src -) -