mirror of
https://github.com/ThrowTheSwitch/Unity
synced 2025-05-17 01:49:33 -04:00
Create CMakeLists.txt
Added new CMakeLists.txt here in the src dir, moved add library method from root script to sub script.
This commit is contained in:
parent
e6f38c2792
commit
bc7d89a891
16
src/CMakeLists.txt
Normal file
16
src/CMakeLists.txt
Normal file
@ -0,0 +1,16 @@
|
||||
###################################################################################
|
||||
# #
|
||||
# NAME: CMakeLsits.txt #
|
||||
# #
|
||||
# AUTHOR: Mike Karlesky, Mark VanderVoord, Greg Williams. #
|
||||
# WRITTEN BY: Michael Brockus. #
|
||||
# #
|
||||
# License: MIT #
|
||||
# #
|
||||
###################################################################################
|
||||
cmake_minimum_required(VERSION 3.13.2.0 FATAL_ERROR)
|
||||
|
||||
|
||||
add_library("unity" STATIC)
|
||||
|
||||
target_sources("unity" PRIVATE "unity.c")
|
Loading…
x
Reference in New Issue
Block a user