build system is added and is tested for serial execution

This commit is contained in:
hamidrezanorouzi
2022-09-02 12:30:54 +04:30
parent 757eeb8f62
commit 9d177aba28
11 changed files with 357 additions and 5 deletions

4
cmake/globals.cmake Normal file
View File

@ -0,0 +1,4 @@
set(validFiles)
list(APPEND validFiles *.C *.cpp *.cxx *.c *.cu *.H *.hpp *.hxx *.h *.cuh)