Skip to content

Commit

Permalink
fix once again
Browse files Browse the repository at this point in the history
  • Loading branch information
tuncb committed Aug 3, 2023
1 parent 1d1d3e9 commit 2cb68e9
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(Projects/Zoo)
add_subdirectory(Projects/PanthalassaAnimals)
add_subdirectory(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 2cb68e9

Please sign in to comment.