Skip to content

Commit

Permalink
Add whereami to UtilsCpp
Browse files Browse the repository at this point in the history
  • Loading branch information
MathiasMagnus committed Nov 24, 2023
1 parent 30c5096 commit c2becfb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ foreach(UTIL_LIB_NAME IN ITEMS Utils UtilsCpp)
endif()
set(UTIL_CL_VERSION_MACRO_NAME CL_TARGET_OPENCL_VERSION)
elseif(UTIL_LIB_NAME STREQUAL UtilsCpp)
set(UTIL_LIB_SOURCES src/Utils/Utils.cpp)
set(UTIL_LIB_SOURCES
src/Utils/Utils.cpp
"${whereami_SOURCES}")
set(UTIL_LIB_DEPS
OpenCL::HeadersCpp
OpenCL::Utils
Expand Down

0 comments on commit c2becfb

Please sign in to comment.