File: CMakeLists.txt

package info (click to toggle)
tinyobjloader 2.0.0~rc13%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 1,488 kB
  • sloc: cpp: 7,029; python: 120; sh: 57; makefile: 45
file content (7 lines) | stat: -rw-r--r-- 190 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
project(obj_sticher)

find_package(tinyobjloader REQUIRED)

add_executable(${PROJECT_NAME} obj_sticher.cc obj_writer.cc)
target_link_libraries(${PROJECT_NAME} tinyobjloader::tinyobjloader)