Skip to content

Commit d554bee

Browse files
bozgisezero
authored andcommitted
Update INTRO-cmake.md
Use vendored libraries
1 parent f16ae21 commit d554bee

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)