Mercurial > minori
diff dep/animia/test/CMakeLists.txt @ 56:6ff7aabeb9d7
deps: add animia for open files detection
author | Paper <mrpapersonic@gmail.com> |
---|---|
date | Thu, 28 Sep 2023 12:35:21 -0400 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/dep/animia/test/CMakeLists.txt Thu Sep 28 12:35:21 2023 -0400 @@ -0,0 +1,6 @@ +cmake_minimum_required(VERSION 3.16) +add_subdirectory(.. ${CMAKE_CURRENT_BINARY_DIR}/animia) +project(test LANGUAGES CXX) +add_executable(test main.cpp) + +target_include_directories(test PUBLIC ../include) \ No newline at end of file