CMakeLists.txt 140 Bytes
Newer Older
刘睿博's avatar
ver 1.0  
刘睿博 committed
1
add_executable(
刘睿博's avatar
刘睿博 committed
2
    lab0_debug main.cpp Human.cpp Student.cpp logging.cpp
JYJSXX's avatar
test  
JYJSXX committed
3 4 5
)

add_executable(
刘睿博's avatar
刘睿博 committed
6
    test_logging test_logging.cpp logging.cpp
刘睿博's avatar
ver 1.0  
刘睿博 committed
7
)