We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a809e8f commit 98ce7d5Copy full SHA for 98ce7d5
docs/INTRO-cmake.md
@@ -15,6 +15,9 @@ project(hello)
15
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/$<CONFIGURATION>")
16
set(CMAKE_LIBRARY_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/$<CONFIGURATION>")
17
18
+# Use vendored libs
19
+set(SDLTTF_VENDORED ON)
20
+
21
# This assumes the SDL source is available in vendored/SDL
22
add_subdirectory(vendored/SDL EXCLUDE_FROM_ALL)
23
0 commit comments