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 52f497c commit caae08e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PyQNNHelper/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
cmake_minimum_required(VERSION 3.4...3.18)
project(pyqnnhelper LANGUAGES CXX)

LINK_DIRECTORIES(../lib/Release)
LINK_DIRECTORIES(../lib/Release ../lib/RelWithDebInfo)
INCLUDE_DIRECTORIES(../LibQNNHelper/src)

SET(LIBRARY_OUTPUT_PATH "${PROJECT_SOURCE_DIR}/../lib")
Expand Down

0 comments on commit caae08e

Please sign in to comment.