29cfe479ab
Awesome CI Workflow / Code Formatter (push) Waiting to run
Awesome CI Workflow / Compile checks (macOS-latest) (push) Blocked by required conditions
Awesome CI Workflow / Compile checks (ubuntu-latest) (push) Blocked by required conditions
Awesome CI Workflow / Compile checks (windows-latest) (push) Blocked by required conditions
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")
|