Skip to content

Commit aef2fcb

Browse files
authored
cmake format
1 parent 44438fd commit aef2fcb

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

modules/CMakeLists.txt

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,16 @@ target_include_directories(
2727
${exec_func_lib} PUBLIC ${CMAKE_SOURCE_DIR}/3rdparty
2828
${CMAKE_SOURCE_DIR}/modules ${CMAKE_SOURCE_DIR}/tasks)
2929

30-
foreach(link envpp json gtest threads openmp tbb mpi stb)
30+
foreach(
31+
link
32+
envpp
33+
json
34+
gtest
35+
threads
36+
openmp
37+
tbb
38+
mpi
39+
stb)
3140
cmake_language(CALL "ppc_link_${link}" ${exec_func_lib})
3241
endforeach()
3342

0 commit comments

Comments
 (0)