Open Source Tomb Raider Engine
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

CMakeLists.txt 348B

12345678
  1. # Source files
  2. set (DEPS_SRCS ${DEPS_SRCS} "commander/commander.c" "commander/commander.h")
  3. set (DEPS_SRCS ${DEPS_SRCS} "imgui/imgui.cpp" "imgui/imgui.h" "imgui/imconfig.h" "imgui/stb_textedit.h")
  4. set (DEPS_SRCS ${DEPS_SRCS} "stb/stb.cpp" "stb/stb_image.h" "stb/stb_image_write.h")
  5. # Add library
  6. add_library (OpenRaider_deps OBJECT ${DEPS_SRCS})