Skip to content

Commit

Permalink
cmake file
Browse files Browse the repository at this point in the history
  • Loading branch information
Dr.Abc committed Aug 19, 2023
1 parent 6d4a027 commit df5ab86
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CMakeLists.txt
Expand Up @@ -98,6 +98,8 @@ set(no_group_source_files
"src/header/CASBaseObject.h"
"src/header/CASBinaryStringBuilder.h"
"src/header/CASSQLite.h"
"src/header/CASSQLItem.h"
"src/header/CASSQLGrid.h"
"src/header/dlldef.h"
"src/header/enginedef.h"
"src/header/info_name.h"
Expand All @@ -108,6 +110,8 @@ set(no_group_source_files
"src/source/CASBaseObject.cpp"
"src/source/CASBinaryStringBuilder.cpp"
"src/source/CASSQLite.cpp"
"src/source/CASSQLItem.cpp"
"src/source/CASSQLGrid.cpp"
"src/source/dllapi.cpp"
"src/source/engine_api.cpp"
"src/source/h_export.cpp"
Expand Down

0 comments on commit df5ab86

Please sign in to comment.