We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44438fd commit aef2fcbCopy full SHA for aef2fcb
1 file changed
modules/CMakeLists.txt
@@ -27,7 +27,16 @@ target_include_directories(
27
${exec_func_lib} PUBLIC ${CMAKE_SOURCE_DIR}/3rdparty
28
${CMAKE_SOURCE_DIR}/modules ${CMAKE_SOURCE_DIR}/tasks)
29
30
-foreach(link envpp json gtest threads openmp tbb mpi stb)
+foreach(
31
+ link
32
+ envpp
33
+ json
34
+ gtest
35
+ threads
36
+ openmp
37
+ tbb
38
+ mpi
39
+ stb)
40
cmake_language(CALL "ppc_link_${link}" ${exec_func_lib})
41
endforeach()
42
0 commit comments