File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed
Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1- cmake_minimum_required (VERSION 3.0.2)
1+ cmake_minimum_required (VERSION 3.0.2...3.31.6 )
22
33project (patch
44 VERSION 1.0.0
Original file line number Diff line number Diff line change 1- cmake_minimum_required (VERSION 3.0.2)
1+ cmake_minimum_required (VERSION 3.0.2...3.31.6 )
22
33project (patcher LANGUAGES C)
44add_executable (patcher main.c)
Original file line number Diff line number Diff line change 1- cmake_minimum_required (VERSION 3.0.2)
1+ cmake_minimum_required (VERSION 3.0.2...3.31.6 )
22
33project (patch LANGUAGES C)
44add_library (patch
Original file line number Diff line number Diff line change 1- cmake_minimum_required (VERSION 3.0.2)
1+ cmake_minimum_required (VERSION 3.0.2...3.31.6 )
22
33project (test_framework LANGUAGES C)
44add_library (test_framework test_framework.c)
Original file line number Diff line number Diff line change 1- cmake_minimum_required (VERSION 3.0.2)
1+ cmake_minimum_required (VERSION 3.0.2...3.31.6 )
22
33project (test_bps LANGUAGES C)
44add_executable (test_bps test_bps.c)
Original file line number Diff line number Diff line change 1- cmake_minimum_required (VERSION 3.0.2)
1+ cmake_minimum_required (VERSION 3.0.2...3.31.6 )
22
33project (test_ips LANGUAGES C)
44add_executable (test_ips test_ips.c)
Original file line number Diff line number Diff line change 1- cmake_minimum_required (VERSION 3.0.2)
1+ cmake_minimum_required (VERSION 3.0.2...3.31.6 )
22
33project (test_ups LANGUAGES C)
44add_executable (test_ups test_ups.c)
You can’t perform that action at this time.
0 commit comments