The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
project(smokeapi)

find_package(Qt4 REQUIRED)
include_directories( ${CMAKE_CURRENT_SOURCE_DIR}/.. ${QT_INCLUDES} )

add_executable(smokeapi main.cpp)
target_link_libraries(smokeapi smokeqtcore smokebase ${QT_QTCORE_LIBRARY})
install(    TARGETS smokeapi 
            DESTINATION ${CMAKE_INSTALL_PREFIX}/bin )