Files
flac/src/utils/flactimer/CMakeLists.txt

3 lines
75 B
CMake
Raw Normal View History

2019-03-31 23:04:45 +03:00
add_executable(flactimer main.cpp)
2019-04-29 12:48:24 +03:00
target_link_libraries(flactimer FLAC++)