diff --git a/CMakeLists.txt b/CMakeLists.txt
new file mode 100644
index 0000000..8778cae
--- /dev/null
+++ b/CMakeLists.txt
@@ -0,0 +1,8 @@
+cmake_minimum_required(VERSION 3.5)
+
+idf_component_register(
+                       SRCS "Adafruit_TFTLCD.cpp"
+                       INCLUDE_DIRS "."
+                       REQUIRES arduino Adafruit-GFX-Library)
+
+project(TFTLCD-Library)