From 299cdbf08d83a5dc5a42283739c017978b2243b6 Mon Sep 17 00:00:00 2001 From: Jason Beverage Date: Fri, 20 Oct 2023 16:37:16 -0400 Subject: [PATCH] Linking osgearth_tracks against osgText. --- src/applications/osgearth_tracks/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/applications/osgearth_tracks/CMakeLists.txt b/src/applications/osgearth_tracks/CMakeLists.txt index a00121f93f..28e345d2a2 100644 --- a/src/applications/osgearth_tracks/CMakeLists.txt +++ b/src/applications/osgearth_tracks/CMakeLists.txt @@ -1,5 +1,5 @@ INCLUDE_DIRECTORIES(${OSG_INCLUDE_DIRS} ) -SET(TARGET_LIBRARIES_VARS OSG_LIBRARY OSGDB_LIBRARY OSGGA_LIBRARY OSGUTIL_LIBRARY OSGVIEWER_LIBRARY OPENTHREADS_LIBRARY) +SET(TARGET_LIBRARIES_VARS OSG_LIBRARY OSGDB_LIBRARY OSGGA_LIBRARY OSGUTIL_LIBRARY OSGVIEWER_LIBRARY OSGTEXT_LIBRARY OPENTHREADS_LIBRARY) SET(TARGET_SRC osgearth_tracks.cpp )