Skip to content

Commit

Permalink
Remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
qubka committed Sep 26, 2024
1 parent 654a07e commit 264dafe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ if(NOT COMPILER_SUPPORTS_FORMAT)
endif()

target_link_libraries(${PROJECT_NAME} PRIVATE ${PY3LM_LINK_LIBRARIES})
target_include_directories(${PROJECT_NAME} PRIVATE ${dyncall_SOURCE_DIR})

include(GenerateExportHeader)
generate_export_header(${PROJECT_NAME} EXPORT_MACRO_NAME PY3LM_EXPORT EXPORT_FILE_NAME ${CMAKE_BINARY_DIR}/exports/module_export.h)
Expand Down

0 comments on commit 264dafe

Please sign in to comment.