3 lines
89 B
CMake
3 lines
89 B
CMake
add_executable(first_example first_example.cpp)
|
|
|
|
target_link_libraries(first_example tug) |