made source dynamic

development
Michael Ochmann 3 years ago
parent 61121a9c2b
commit 8366eadb62
  1. 2
      CMakeLists.txt

@ -5,6 +5,6 @@ set(CMAKE_CXX_STANDARD 20)
file(GLOB_RECURSE SRC "src/*.cpp")
add_executable(dumb main.cpp ${SRC} src/Lexer.cpp src/Lexer.hpp)
add_executable(dumb main.cpp ${SRC})
target_include_directories(dumb PUBLIC src)

Loading…
Cancel
Save