From 560b4d2610a440477ba0a56f7028c84516e2ded0 Mon Sep 17 00:00:00 2001 From: Scott Date: Sun, 24 Sep 2017 08:17:44 -0700 Subject: [PATCH] update cmake --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index b77999e..80dbf38 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -45,6 +45,7 @@ include_directories( ${INPUT_LITE_PLATFORM_INC} ) add_library(${PROJECT_NAME} + include/Input_Lite.h src/InputManager.cpp src/Input_Lite.cpp ${INPUT_LITE_PLATFORM_SRC}