3 lines
99 B
CMake
3 lines
99 B
CMake
add_executable(${PROJECT_NAME} main.cpp copytron.c)
|
|
target_link_libraries(${PROJECT_NAME} TartLib)
|