4 lines
135 B
Plaintext
4 lines
135 B
Plaintext
The package stb provides CMake targets:
|
|
|
|
find_package(Stb REQUIRED)
|
|
target_include_directories(main PRIVATE ${Stb_INCLUDE_DIR}) |