Skip to content

Commit

Permalink
Fix build paths in CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
speelbarrow committed Jun 19, 2023
1 parent edd05e7 commit 7f739bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.24)
project(amadeus)
project(AMaDEUS)
set(CMAKE_C_STANDARD 17)

# Set global include directory
Expand All @@ -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 7f739bc

Please sign in to comment.