Skip to content

Commit

Permalink
only build requested features
Browse files Browse the repository at this point in the history
  • Loading branch information
knoxfighter committed Feb 19, 2024
1 parent 4a9d2f1 commit b676337
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ ADD_COMPILE_DEFINITIONS(

TARGET_SOURCES(${PROJECT_NAME} INTERFACE
FILE_SET HEADERS
# BASE_DIRS include
FILES
arcdps_structs.h
arcdps_structs_slim.h
Expand Down Expand Up @@ -108,6 +109,7 @@ INSTALL(TARGETS ${PROJECT_NAME}
EXPORT ArcdpsExtensionTargets
FILE_SET HEADERS
DESTINATION include/${PROJECT_NAME}
INCLUDES DESTINATION include
)

INCLUDE(CMakePackageConfigHelpers)
Expand Down

0 comments on commit b676337

Please sign in to comment.