CMakeLists for each C file
This commit is contained in:
17
src/poker/CMakeLists.txt
Normal file
17
src/poker/CMakeLists.txt
Normal file
@ -0,0 +1,17 @@
|
||||
# Copyright (c) 2021 Dominic Msters
|
||||
#
|
||||
# This software is released under the MIT License.
|
||||
# https://opensource.org/licenses/MIT
|
||||
|
||||
# Sources
|
||||
target_sources(${PROJECT_NAME}
|
||||
PRIVATE
|
||||
bet.c
|
||||
card.c
|
||||
dealer.c
|
||||
player.c
|
||||
poker.c
|
||||
pot.c
|
||||
turn.c
|
||||
winner.c
|
||||
)
|
Reference in New Issue
Block a user