Open Source Tomb Raider Engine
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

CMakeLists.txt 181B

1234567
  1. # Source files
  2. set (DEPS_SRCS ${DEPS_SRCS} "commander/commander.c")
  3. set (DEPS_SRCS ${DEPS_SRCS} "imgui/imgui.cpp")
  4. # Add library
  5. add_library (OpenRaider_deps OBJECT ${DEPS_SRCS})