From e76996f98fbbc23957112faf848aaaf3c7dd00cd Mon Sep 17 00:00:00 2001 From: David Markowitz Date: Wed, 6 Mar 2024 02:12:27 -0800 Subject: [PATCH] Update CMakeLists.txt --- dGame/CMakeLists.txt | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/dGame/CMakeLists.txt b/dGame/CMakeLists.txt index 0ad5e471..26eb859a 100644 --- a/dGame/CMakeLists.txt +++ b/dGame/CMakeLists.txt @@ -65,15 +65,3 @@ target_include_directories(dGame INTERFACE $ $ ) -target_link_libraries(dGame INTERFACE dNet) -target_include_directories(dGame INTERFACE - $ - $ - $ - $ - $ - $ - $ - $ - $ -)