diff --git a/src/pew/CMakeLists.txt b/src/pew/CMakeLists.txt index 8643eff5d245dd26a0cc25cdfc374d5c1a28ea09..326c3bb47009eeb7ac2074a649c354ba95f808a0 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