expression decomposition first steps!
diff --git a/examples/stress_test/CMakeLists.txt b/examples/stress_test/CMakeLists.txt
index 2b01923..7998851 100644
--- a/examples/stress_test/CMakeLists.txt
+++ b/examples/stress_test/CMakeLists.txt
@@ -6,7 +6,8 @@
     return()

 endif()

 

-project(stress_test)

+get_filename_component(PROJECT_NAME ${CMAKE_CURRENT_SOURCE_DIR} NAME)

+project(${PROJECT_NAME})

 

 include(../../scripts/flags.cmake)