Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
nxpfrankli committed Jul 24, 2023
1 parent 2d505c0 commit a15d284
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions uuu/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ set(LSTS
nvme_burn_all.lst
)

link_directories(${CMAKE_CURRENT_SOURCE_DIR}/libuuu ${LIBUSB_LIBRARY_DIRS} ${LIBZSTD_LIBRARY_DIRS} ${LIBZ_LIBRARY_DIRS})
link_directories(${CMAKE_CURRENT_SOURCE_DIR}/libuuu ${LIBUSB_LIBRARY_DIRS} ${LIBZSTD_LIBRARY_DIRS} ${LIBZ_LIBRARY_DIRS} ${LIBHID_LIBRARY_DIRS})

set(CLIST_EXECUTABLE ${CMAKE_CURRENT_SOURCE_DIR}/gen_txt_include.sh)
set(generated_files_dir "${CMAKE_BINARY_DIR}/uuu/gen")
Expand Down Expand Up @@ -84,6 +84,3 @@ target_compile_definitions(uuu
PRIVATE "TARGET_PATH=\"${CMAKE_INSTALL_PREFIX}/bin/uuu\""
)

if(APPLE)
target_link_options(uuu PRIVATE -framework IOKit -framework CoreFoundation -framework AppKit)
endif()

0 comments on commit a15d284

Please sign in to comment.