PROJECT(tercpp) include_directories(BEFORE ${CMAKE_SOURCE_DIR}/src) SET(tercpp_SRCS main.cpp ) add_executable(tercpp.0.6.2 ${tercpp_SRCS}) SET_TARGET_PROPERTIES(tercpp.0.6.2 PROPERTIES OUTPUT_NAME tercpp) TARGET_LINK_LIBRARIES(tercpp.0.6.2 tercpp) #target_link_libraries(tercpp hashMapStringInfos tercalc hashMapInfos) # target_link_libraries(tercpp tercalc xmlStructure documentStructure multiEvaluation) install(TARGETS tercpp.0.6.2 DESTINATION bin)