Skip to content

Commit

Permalink
Fix path in CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
speelbarrow committed Jun 20, 2023
1 parent ace0080 commit 123ab87
Showing 1 changed file 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 @@ -20,4 +20,4 @@ add_executable(main main.c)
target_link_libraries(main ${OBJECT_LIBRARIES})

install(TARGETS main DESTINATION bin)
install(DIRECTORY include/AMaDEUS TYPE INCLUDE)
install(DIRECTORY include/amadeus TYPE INCLUDE)

0 comments on commit 123ab87

Please sign in to comment.