Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
c3d87145
Commit
c3d87145
authored
Apr 29, 2010
by
Bjorn Munch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Do not include Comments, as3ap or example
parent
6f3e3066
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
sql-bench/CMakeLists.txt
sql-bench/CMakeLists.txt
+1
-2
No files found.
sql-bench/CMakeLists.txt
View file @
c3d87145
...
@@ -18,7 +18,6 @@ FILE(GLOB all_files
...
@@ -18,7 +18,6 @@ FILE(GLOB all_files
${
CMAKE_SOURCE_DIR
}
/sql-bench/*
${
CMAKE_SOURCE_DIR
}
/sql-bench/*
${
CMAKE_SOURCE_DIR
}
/sql-bench/Data/ATIS/*
${
CMAKE_SOURCE_DIR
}
/sql-bench/Data/ATIS/*
${
CMAKE_SOURCE_DIR
}
/sql-bench/Data/Wisconsin/*
${
CMAKE_SOURCE_DIR
}
/sql-bench/Data/Wisconsin/*
${
CMAKE_SOURCE_DIR
}
/sql-bench/Comments/*
${
CMAKE_SOURCE_DIR
}
/sql-bench/limits/*
${
CMAKE_SOURCE_DIR
}
/sql-bench/limits/*
)
)
...
@@ -34,7 +33,7 @@ ENDIF()
...
@@ -34,7 +33,7 @@ ENDIF()
GET_FILENAME_COMPONENT
(
basedir
${
CMAKE_SOURCE_DIR
}
ABSOLUTE
)
GET_FILENAME_COMPONENT
(
basedir
${
CMAKE_SOURCE_DIR
}
ABSOLUTE
)
FOREACH
(
file
${
all_files
}
)
FOREACH
(
file
${
all_files
}
)
IF
(
NOT IS_DIRECTORY
${
file
}
AND NOT
${
file
}
MATCHES
"Make"
)
IF
(
NOT IS_DIRECTORY
${
file
}
AND NOT
${
file
}
MATCHES
"Make
|as3ap|/example$
"
)
FILE
(
RELATIVE_PATH relpath
${
basedir
}
${
file
}
)
FILE
(
RELATIVE_PATH relpath
${
basedir
}
${
file
}
)
SET
(
target_relpath
${
relpath
}
)
SET
(
target_relpath
${
relpath
}
)
GET_FILENAME_COMPONENT
(
ext
${
file
}
EXT
)
GET_FILENAME_COMPONENT
(
ext
${
file
}
EXT
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment