Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
Signed-off-by: quic-zhanweiw <[email protected]>
  • Loading branch information
quic-zhanweiw authored Jun 25, 2024
1 parent 5e75c43 commit 781c6f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SvcQNNHelper/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ project(SvcQNNHelper)
set(APP "SvcQNNHelper")
set(APP_SOURCES "src/main.cpp")

LINK_DIRECTORIES(../lib/Release)
LINK_DIRECTORIES(../lib/Release ../lib/RelWithDebInfo)

add_executable(${APP} ${APP_SOURCES})

Expand All @@ -24,4 +24,4 @@ set(CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} /MDd")
set(CMAKE_CXX_FLAGS_RELEASE "${CMAKE_CXX_FLAGS_RELEASE} /MD /O2 /Ob2")
target_include_directories(${APP} PUBLIC CachingUtil
../LibQNNHelper/src
./)
./)

0 comments on commit 781c6f8

Please sign in to comment.