Files
pilotclient/blacklib/samples/interpolator/CMakeLists.txt
Roland Winklmeier 584251e0a8 Initial commit
2013-02-15 18:50:17 +01:00

6 lines
237 B
CMake

FILE(GLOB SRC *.cpp)
ADD_EXECUTABLE(sample_interpolator ${SRC})
TARGET_LINK_LIBRARIES(sample_interpolator blackmisc blackcore ${QT_LIBRARIES})
SET_TARGET_PROPERTIES(sample_interpolator PROPERTIES PROJECT_LABEL "Samples - Interpolator")