Skip to content
This repository has been archived by the owner on Oct 10, 2022. It is now read-only.

Commit

Permalink
Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
ulises-jeremias committed Jan 31, 2018
1 parent 424daac commit dec4065
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cml/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ configure_file(

SET(CML_MAIN_HEADERS
include/cml.h
include/config.h
)

SET(CML_CML_HEADERS
include/cml/config.h
include/cml/structures.h
include/cml/math.h
include/cml/easings.h
Expand Down Expand Up @@ -166,7 +166,7 @@ INSTALL(TARGETS ${CML_LIB_TARGET}
ARCHIVE DESTINATION lib${LIB_SUFFIX}
)
INSTALL(FILES ${CML_MAIN_HEADERS} DESTINATION include)
INSTALL(FILES ${CML_CML_HEADERS} DESTINATION include/cml/include)
INSTALL(FILES ${CML_CML_HEADERS} DESTINATION include/cml)
INSTALL(FILES ${CML_MATH_HEADERS} DESTINATION include/cml/math)
INSTALL(FILES ${CML_MATH_TYPES_HEADERS} DESTINATION include/cml/math/types)
INSTALL(FILES ${CML_MATH_FUNC_HEADERS} DESTINATION include/cml/math/functions)
Expand Down

0 comments on commit dec4065

Please sign in to comment.