diff options
Diffstat (limited to 'Tests/Tutorial/Step4/MathFunctions/CMakeLists.txt')
-rw-r--r-- | Tests/Tutorial/Step4/MathFunctions/CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Tests/Tutorial/Step4/MathFunctions/CMakeLists.txt b/Tests/Tutorial/Step4/MathFunctions/CMakeLists.txt new file mode 100644 index 0000000..329c204 --- /dev/null +++ b/Tests/Tutorial/Step4/MathFunctions/CMakeLists.txt @@ -0,0 +1,4 @@ +add_library(MathFunctions mysqrt.cxx) + +install_targets (/bin MathFunctions) +install_files (/include FILES MathFunctions.h) |