7 lines
183 B
CMake
7 lines
183 B
CMake
add_executable(eclipsedatadoctor EclipseDataDoctor.cpp)
|
|
target_link_libraries(eclipsedatadoctor Parser)
|
|
|
|
add_executable(schedule Schedule.cpp)
|
|
target_link_libraries(schedule Parser)
|
|
|