13 lines
638 B
CMake
13 lines
638 B
CMake
|
###############################################################################
|
||
|
## Author: Shaun reserved ##
|
||
|
## Legal: All Content (c) 2020 Shaun Reed, all rights reserved ##
|
||
|
## ##
|
||
|
## Contact: shaunrd0@gmail.com | URL: www.shaunreed.com | GitHub: shaunrd0 ##
|
||
|
##############################################################################
|
||
|
|
||
|
# # Create a variable to reference any sources to add
|
||
|
# set(LIB_DS_SRC lib-datastruct.cpp)
|
||
|
|
||
|
# # Create our library
|
||
|
# add_library(lib-datastruct ${LIB_DS_SRC})
|