mirror of
https://github.com/ThrowTheSwitch/Unity.git
synced 2026-01-23 00:15:58 +01:00
Updating CMakeLists.txt.
This commit is contained in:
@@ -1,11 +1,13 @@
|
|||||||
#####################################################
|
###################################################################################
|
||||||
# FILE NAME CMakeLists.txt #
|
# #
|
||||||
# #
|
# NAME: CMakeLsits.txt #
|
||||||
# WRITTEN BY Michael Brockus. #
|
# #
|
||||||
# #
|
# AUTHOR: Mike Karlesky, Mark VanderVoord, Greg Williams. #
|
||||||
# PURPOSE contains CMake statements. #
|
# WRITTEN BY: Michael Brockus. #
|
||||||
# #
|
# #
|
||||||
#####################################################
|
# License: MIT #
|
||||||
|
# #
|
||||||
|
###################################################################################
|
||||||
cmake_minimum_required(VERSION 3.13.2.0 FATAL_ERROR)
|
cmake_minimum_required(VERSION 3.13.2.0 FATAL_ERROR)
|
||||||
|
|
||||||
|
|
||||||
@@ -58,12 +60,9 @@ install(TARGETS "unity" EXPORT "unityConfig"
|
|||||||
ARCHIVE DESTINATION "${CMAKE_CURRENT_SOURCE_DIR}/${CMAKE_INSTALL_LIBDIR}"
|
ARCHIVE DESTINATION "${CMAKE_CURRENT_SOURCE_DIR}/${CMAKE_INSTALL_LIBDIR}"
|
||||||
LIBRARY DESTINATION "${CMAKE_CURRENT_SOURCE_DIR}/${CMAKE_INSTALL_LIBDIR}"
|
LIBRARY DESTINATION "${CMAKE_CURRENT_SOURCE_DIR}/${CMAKE_INSTALL_LIBDIR}"
|
||||||
RUNTIME DESTINATION "${CMAKE_CURRENT_SOURCE_DIR}/${CMAKE_INSTALL_BINDIR}"
|
RUNTIME DESTINATION "${CMAKE_CURRENT_SOURCE_DIR}/${CMAKE_INSTALL_BINDIR}"
|
||||||
|
INCLUDES DESTINATION "${CMAKE_INSTALL_LIBDIR}")
|
||||||
INCLUDES DESTINATION "${CMAKE_INSTALL_LIBDIR}"
|
|
||||||
)
|
|
||||||
|
|
||||||
install(DIRECTORY src/ DESTINATION src)
|
install(DIRECTORY src/ DESTINATION src)
|
||||||
|
|
||||||
install(EXPORT unityConfig DESTINATION share/unityConfig/cmake)
|
install(EXPORT unityConfig DESTINATION share/unityConfig/cmake)
|
||||||
|
|
||||||
# This makes the project importable from the build directory
|
# This makes the project importable from the build directory
|
||||||
|
|||||||
Reference in New Issue
Block a user