mirror of
https://hub.njuu.cf/TheAlgorithms/C-Plus-Plus.git
synced 2023-10-11 13:05:55 +08:00
d1ec37c67b
6 lines
109 B
CMake
6 lines
109 B
CMake
add_executable( cll
|
|||
cll.cpp
|
|||
main_cll.cpp
|
|||
)
|
|||
install(TARGETS cll DESTINATION "bin/data_structures")
|