Skip to content

Commit 98ce7d5

Browse files
bozgislouken
authored andcommitted
Update INTRO-cmake.md
Use vendored libraries (cherry picked from commit d554bee)
1 parent a809e8f commit 98ce7d5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/INTRO-cmake.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ project(hello)
1515
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/$<CONFIGURATION>")
1616
set(CMAKE_LIBRARY_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/$<CONFIGURATION>")
1717
18+
# Use vendored libs
19+
set(SDLTTF_VENDORED ON)
20+
1821
# This assumes the SDL source is available in vendored/SDL
1922
add_subdirectory(vendored/SDL EXCLUDE_FROM_ALL)
2023

0 commit comments

Comments
 (0)