Skip to content

Commit

Permalink
Linking osgearth_tracks against osgText.
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonbeverage committed Oct 20, 2023
1 parent 981af43 commit 299cdbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/applications/osgearth_tracks/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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 )

Expand Down

0 comments on commit 299cdbf

Please sign in to comment.