Skip to content

Commit

Permalink
CPPTest: CXX compilor target added (#191)
Browse files Browse the repository at this point in the history
  • Loading branch information
HaseenaSainul authored Oct 9, 2023
1 parent 3bdb919 commit 7b88a18
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/sdks/manage/src/cpp/sdk/cpptest/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,11 @@ target_include_directories(${TESTAPP}
$<BUILD_INTERFACE:${CMAKE_CURRENT_SRC_DIR}/../>
)

set_target_properties(${TESTAPP} PROPERTIES
CXX_STANDARD 17
CXX_STANDARD_REQUIRED YES
)

add_custom_command(
TARGET ${TESTAPP}
POST_BUILD
Expand Down

0 comments on commit 7b88a18

Please sign in to comment.