mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-26 09:19:27 +00:00
7 lines
121 B
CMake
7 lines
121 B
CMake
# ASEPRITE
|
|
# Copyright (C) 2001-2013 David Capello
|
|
|
|
include_directories(. include)
|
|
|
|
add_library(gtest src/gtest-all.cc)
|