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