Skip to content

Commit

Permalink
fix folder names
Browse files Browse the repository at this point in the history
  • Loading branch information
tuncb committed Aug 3, 2023
1 parent ec2aa5e commit ca2a6f7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ PROJECT(pugg_examples)
set(EXECUTABLE_OUTPUT_PATH ${CMAKE_BINARY_DIR}/bin)
set(LIBRARY_OUTPUT_PATH ${CMAKE_BINARY_DIR}/bin)

add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/Projects/Zoo)
add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/Projects/PanthalassaAnimals)
add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/Projects/PangeaAnimals)
add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/projects/Zoo)
add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/projects/PanthalassaAnimals)
add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/projects/PangeaAnimals)

0 comments on commit ca2a6f7

Please sign in to comment.