5 lines
50 B
CMake
5 lines
50 B
CMake
|
target_sources(${TARGET_NAME} PRIVATE
|
||
|
print.c
|
||
|
)
|
||
|
|