mirror of
https://github.com/isledecomp/LEGOIslandRebuilder.git
synced 2024-11-30 10:57:49 -05:00
23 lines
423 B
CMake
23 lines
423 B
CMake
add_executable(PropGrid WIN32
|
|
CustomTreeCtrl.cpp
|
|
CustomTreeCtrl.h
|
|
GradientItem.cpp
|
|
GradientItem.h
|
|
PropGrid.cpp
|
|
PropGrid.h
|
|
PropGrid.rc
|
|
PropGridDlg.cpp
|
|
PropGridDlg.h
|
|
RectEditDlg.cpp
|
|
RectEditDlg.h
|
|
RectItem.cpp
|
|
RectItem.h
|
|
resource.h
|
|
SerialItem.cpp
|
|
SerialItem.h
|
|
TreeItem.cpp
|
|
TreeItem.h
|
|
)
|
|
|
|
target_include_directories(PropGrid PRIVATE "..")
|
|
target_link_libraries(PropGrid PRIVATE PropertyGrid)
|