Move to src

This commit is contained in:
Love 2024-09-16 13:27:18 +02:00
parent 1785e4285a
commit 977b988d96
14 changed files with 2 additions and 2 deletions

View File

@ -3,6 +3,6 @@ CONFIG += console c++11
CONFIG -= app_bundle
CONFIG -= qt
SOURCES = Event.cpp Fish.cpp main.cpp Simulation.cpp
SOURCES = src/Event.cpp src/Fish.cpp src/main.cpp src/Simulation.cpp
HEADERS = $$files(*.h,true)
HEADERS = $$files(src/*.h,true)

View File