mirror of
https://github.com/rwengine/openrw.git
synced 2024-11-25 11:52:40 +01:00
cmake: reformat rwviewer/CMakeLists.txt
This commit is contained in:
parent
579a36cec7
commit
5b9658c03a
@ -21,12 +21,14 @@ add_executable(rwviewer
|
||||
IMGArchiveModel.cpp
|
||||
widgets/ModelFramesWidget.cpp
|
||||
AnimationListModel.cpp
|
||||
AnimationListWidget.cpp)
|
||||
AnimationListWidget.cpp
|
||||
)
|
||||
|
||||
target_include_directories(rwviewer
|
||||
SYSTEM
|
||||
PRIVATE
|
||||
${BULLET_INCLUDE_DIR})
|
||||
${BULLET_INCLUDE_DIR}
|
||||
)
|
||||
|
||||
target_link_libraries(rwviewer
|
||||
rwengine
|
||||
|
Loading…
Reference in New Issue
Block a user