Skip to content

Commit

Permalink
Moved files to src/
Browse files Browse the repository at this point in the history
  • Loading branch information
Kry-a committed Jul 2, 2020
1 parent 6ad3dbe commit 2c5de63
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ add_subdirectory(include/random)

find_package(TIFF)

add_executable(Terrain-Generation main.cpp Erosion.hpp Erosion.cpp simplex/SimplexNoise.hpp simplex/SimplexNoise.cpp)
add_executable(Terrain-Generation src/main.cpp src/Erosion.hpp src/Erosion.cpp simplex/SimplexNoise.hpp simplex/SimplexNoise.cpp)
target_link_libraries(Terrain-Generation effolkronium_random TIFF::TIFF)
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 2c5de63

Please sign in to comment.