Skip to content

Commit

Permalink
fix(build): remove broken target added in previous
Browse files Browse the repository at this point in the history
  • Loading branch information
lmichaelis committed Dec 26, 2023
1 parent 6e26321 commit a54af9f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,4 @@ target_link_libraries(zenkitcapi PRIVATE zenkit)
set_target_properties(zenkitcapi PROPERTIES CXX_VISIBILITY_PRESET hidden VISIBILITY_INLINES_HIDDEN 1 DEBUG_POSTFIX "d" VERSION ${PROJECT_VERSION})

install(TARGETS zenkitcapi ARCHIVE LIBRARY RUNTIME)
install(DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/include/zenkitcapi" TYPE INCLUDE)

add_executable(test test.c)
target_link_libraries(test PRIVATE zenkitcapi)
install(DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/include/zenkitcapi" TYPE INCLUDE)

0 comments on commit a54af9f

Please sign in to comment.