mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-02-13 23:46:33 +08:00
6 lines
127 B
CMake
6 lines
127 B
CMake
add_executable( test_queue
|
|
queue.cpp
|
|
test_queue.cpp
|
|
)
|
|
install(TARGETS test_queue DESTINATION "bin/data_structures")
|