Skip to content
Snippets Groups Projects
Commit 462bfcea authored by Evy Storozhenko's avatar Evy Storozhenko
Browse files

added cmake exec

parent 717dfdf6
No related branches found
No related tags found
No related merge requests found
...@@ -24,3 +24,6 @@ target_link_libraries(pew PUBLIC ...@@ -24,3 +24,6 @@ target_link_libraries(pew PUBLIC
) )
# target_compile_definitions(pew PUBLIC PEW_USE_NAIVE_VECTORS) # 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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment