Changeset 331 in pacpusframework for branches/0.1.x/src/dbcDecriptor/CMakeLists.txt


Ignore:
Timestamp:
12/04/14 12:33:07 (10 years ago)
Author:
phudelai
Message:

Icon added to all graphic applications

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/0.1.x/src/dbcDecriptor/CMakeLists.txt

    r328 r331  
    3939SET(
    4040        PROJECT_SRCS
    41         mainwindow.cpp
    42         main.cpp
    43         mainwindow.h
    44         structure.h
    45         dbcDecriptor.rc
     41        src/mainwindow.cpp
     42        src/main.cpp
     43        src/mainwindow.h
     44        src/structure.h
     45        ../ico/heudiasycIco.rc
    4646)
    4747
     
    5151SET(
    5252        FILES_TO_MOC
    53         mainwindow.h
     53        src/mainwindow.h
    5454)
    5555
    5656SET(
    5757        UI_FILES
    58         mainwindow.ui   
     58        src/mainwindow.ui   
    5959)
    6060
     
    7272)
    7373
    74 ADD_EXECUTABLE(${PROJECT_NAME} ${GUI_TYPE} ${PROJECT_SRCS} ${PROJECT_MOC_SRCS} ${PROJECT_UI_SRCS})
    75 TARGET_LINK_LIBRARIES(${PROJECT_NAME} ${QT_LIBRARIES})
     74# ========================================
     75# Build an executable
     76# ========================================
     77pacpus_add_executable(
     78        ${PROJECT_NAME}
     79        ${GUI_TYPE}
     80        ${PROJECT_SRCS}
     81        ${PROJECT_MOC_SRCS}
     82        ${PROJECT_UI_SRCS}
     83)
     84
     85# ========================================
     86# Libraries
     87# ========================================
     88TARGET_LINK_LIBRARIES(
     89        ${PROJECT_NAME}
     90        ${QT_LIBRARIES}
     91)
    7692
    7793# ========================================
Note: See TracChangeset for help on using the changeset viewer.