diff --git a/README.md b/README.md index b2bca62..8bd8414 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ This setup relies on the projects being managed in a Git repository. Manages the overall build with specific scripts for handling: - Defaulting build type (i.e., Release) -- [Uniform compiler flags](cmake/compile-flags.cmake) +- [Uniform compiler flags](cmake/build-options-interface.cmake) - Identifying build target architecture (i.e., operating system, compiler, and CPU instruction architecture) (TODO) - Automatic versioning based on Git repository tags (TODO) - Optional static or dynamic libraries @@ -72,4 +72,4 @@ Automatic builds, testing, packaging, and deployment. ## Licensing: BSD-3 -Be sure to use your own copyright for your projects using this structure. \ No newline at end of file +Be sure to use your own copyright for your projects using this structure.