Skip to content

Commit

Permalink
adjust path according to subproject location
Browse files Browse the repository at this point in the history
  • Loading branch information
zerotacg committed Jul 5, 2024
1 parent c9dc933 commit 8abd54d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nel/tools/nel_unit_test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ TARGET_LINK_LIBRARIES(nel_unit_test ${CPPTEST_LIBRARIES} nelmisc nelnet nelligo)
NL_DEFAULT_PROPS(nel_unit_test "Unit Tests")
NL_ADD_RUNTIME_FLAGS(nel_unit_test)

ADD_DEFINITIONS(-DNEL_UNIT_BASE="${PROJECT_SOURCE_DIR}/nel/tools/nel_unit_test/")
ADD_DEFINITIONS(-DNEL_UNIT_BASE="${PROJECT_SOURCE_DIR}/tools/nel_unit_test/")

INSTALL(TARGETS nel_unit_test RUNTIME DESTINATION ${NL_BIN_PREFIX})

0 comments on commit 8abd54d

Please sign in to comment.