Skip to content

Commit

Permalink
chore: do not install targets (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
richardapeters authored Jun 21, 2023
1 parent 903b2f9 commit f71fcc0
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion preview/fonts/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
add_library(preview.fonts ${PREVIEW_EXCLUDE_FROM_ALL} STATIC)
install(TARGETS preview.fonts EXPORT previewTargets)

target_include_directories(preview.fonts PUBLIC
"$<BUILD_INTERFACE:${CMAKE_CURRENT_LIST_DIR}/../..>"
Expand Down
1 change: 0 additions & 1 deletion preview/interfaces/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
add_library(preview.interfaces ${PREVIEW_EXCLUDE_FROM_ALL} STATIC)
install(TARGETS preview.interfaces EXPORT previewTargets)

target_include_directories(preview.interfaces PUBLIC
"$<BUILD_INTERFACE:${CMAKE_CURRENT_LIST_DIR}/../..>"
Expand Down
1 change: 0 additions & 1 deletion preview/sdl/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ if (EMIL_BUILD_WIN AND PREVIEW_INCLUDE_SDL)
emil_exclude_directory_from_clang_format(.)

add_library(preview.sdl ${PREVIEW_EXCLUDE_FROM_ALL} STATIC)
install(TARGETS preview.sdl EXPORT previewTargets)

target_include_directories(preview.sdl PUBLIC
"$<BUILD_INTERFACE:${CMAKE_CURRENT_LIST_DIR}/../..>"
Expand Down
1 change: 0 additions & 1 deletion preview/stm32fxxx/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
add_library(preview.stm32fxxx STATIC)
emil_build_for(preview.stm32fxxx TARGET_MCU_FAMILY stm32f7xx PREREQUISITE_BOOL PREVIEW_STANDALONE)
install(TARGETS preview.stm32fxxx EXPORT previewTargets)

target_include_directories(preview.stm32fxxx PUBLIC
"$<BUILD_INTERFACE:${CMAKE_CURRENT_LIST_DIR}/../..>"
Expand Down
1 change: 0 additions & 1 deletion preview/touch/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
add_library(preview.touch ${PREVIEW_EXCLUDE_FROM_ALL} STATIC)
install(TARGETS preview.touch EXPORT previewTargets)

target_include_directories(preview.touch PUBLIC
"$<BUILD_INTERFACE:${CMAKE_CURRENT_LIST_DIR}/../..>"
Expand Down
1 change: 0 additions & 1 deletion preview/views/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
add_library(preview.views ${PREVIEW_EXCLUDE_FROM_ALL} STATIC)
install(TARGETS preview.views EXPORT previewTargets)

target_include_directories(preview.views PUBLIC
"$<BUILD_INTERFACE:${CMAKE_CURRENT_LIST_DIR}/../..>"
Expand Down

0 comments on commit f71fcc0

Please sign in to comment.