Skip to content

Commit

Permalink
move source
Browse files Browse the repository at this point in the history
  • Loading branch information
liangzhuohua committed Jun 13, 2024
1 parent 00496ac commit 37323f9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ file(GLOB_RECURSE SRC_LIST
list(FILTER SRC_LIST EXCLUDE REGEX ".*/3rd.*/src/main.cpp")

include_directories(3rd/rtl8812au-monitor-pcap/src 3rd/rtl8812au-monitor-pcap/hal)
add_executable(${PROJECT_NAME} main.cpp ${SRC_LIST} qml.qrc)
add_executable(${PROJECT_NAME} ${SRC_LIST} qml.qrc)

target_link_libraries(${PROJECT_NAME}
Qt5::Quick ${FFMPEG_LIBRARIES}
Expand Down
File renamed without changes.

0 comments on commit 37323f9

Please sign in to comment.