Changed the external library specification to use TARGET_EXTERNAL_LIBRARIES
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
SET(TARGET_SRC osgsimpleviewerSDL.cpp )
|
||||
SET(TARGET_ADDED_LIBRARIES ${SDL_LIBRARY} )
|
||||
|
||||
SET(TARGET_EXTERNAL_LIBRARIES ${SDL_LIBRARY} )
|
||||
|
||||
INCLUDE_DIRECTORIES(${SDL_INCLUDE_DIR} )
|
||||
|
||||
|
||||
Reference in New Issue
Block a user