diff options
author | Ken Martin <ken.martin@kitware.com> | 2005-11-10 17:05:53 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2005-11-10 17:05:53 (GMT) |
commit | 5a007dc0e36c884e2b3e95585202c81d240c6a9d (patch) | |
tree | 653def0126351be0e3ee9b8b1d1d60d5460b8d47 /Tests/Tutorial/Step5/MathFunctions | |
parent | a41c41ec54c0d7f8058e0339bf7b3bef747d2270 (diff) | |
download | CMake-5a007dc0e36c884e2b3e95585202c81d240c6a9d.zip CMake-5a007dc0e36c884e2b3e95585202c81d240c6a9d.tar.gz CMake-5a007dc0e36c884e2b3e95585202c81d240c6a9d.tar.bz2 |
ENH: some fixes
Diffstat (limited to 'Tests/Tutorial/Step5/MathFunctions')
-rw-r--r-- | Tests/Tutorial/Step5/MathFunctions/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/Tutorial/Step5/MathFunctions/CMakeLists.txt b/Tests/Tutorial/Step5/MathFunctions/CMakeLists.txt index 7dc4d82..6cc0e17 100644 --- a/Tests/Tutorial/Step5/MathFunctions/CMakeLists.txt +++ b/Tests/Tutorial/Step5/MathFunctions/CMakeLists.txt @@ -1,4 +1,4 @@ -# first we add the exetuable that generates the table +# first we add the executable that generates the table add_executable(MakeTable MakeTable.cxx) # add the command to generate the source code |