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 127B

123456
  1. # Source files
  2. set (DEPS_SRCS ${DEPS_SRCS} "commander/commander.c")
  3. # Add library
  4. add_library (OpenRaider_deps ${DEPS_SRCS})