From 462bfceae20b2fa6307ce3e41e0438fc1c6c7966 Mon Sep 17 00:00:00 2001
From: Evy Garden <evysgarden@protonmail.com>
Date: Thu, 6 Oct 2022 13:23:44 +0200
Subject: [PATCH] added cmake exec

---
 src/pew/CMakeLists.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/src/pew/CMakeLists.txt b/src/pew/CMakeLists.txt
index 8643eff..326c3bb 100644
--- a/src/pew/CMakeLists.txt
+++ b/src/pew/CMakeLists.txt
@@ -23,4 +23,7 @@ target_link_libraries(pew PUBLIC
     PkgConfig::SDL2_TTF
 )
 
-# target_compile_definitions(pew PUBLIC PEW_USE_NAIVE_VECTORS)
\ No newline at end of file
+# target_compile_definitions(pew PUBLIC PEW_USE_NAIVE_VECTORS)
+
+add_executable(test_int ${CMAKE_CURRENT_SOURCE_DIR}/test_int.cpp)
+target_include_directories(test_int PRIVATE ${CMAKE_SOURCE_DIR}/src)
\ No newline at end of file
-- 
GitLab