diff --git a/CMakeLists.txt b/CMakeLists.txt index 282ea4c..0eddcd7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,8 @@ ##################################################### # FILE NAME CMakeLists.txt # # # +# WRITTEN BY Michael Brockus. # +# # # PURPOSE contains CMake statements. # # # ##################################################### @@ -65,4 +67,4 @@ install(DIRECTORY src/ DESTINATION src) install(EXPORT unityConfig DESTINATION share/unityConfig/cmake) # This makes the project importable from the build directory -export(TARGETS unity FILE unityConfig.cmake) \ No newline at end of file +export(TARGETS unity FILE unityConfig.cmake)