comparison Samples/WebAssembly/CMakeLists.txt @ 1422:9e7015edd107

fix projects
author Alain Mazy <alain@mazy.be>
date Wed, 13 May 2020 14:58:58 +0200
parents f5493e5a51a3
children 4647636334aa
comparison
equal deleted inserted replaced
1421:f348ccc78b63 1422:9e7015edd107
72 72
73 project(RtViewerWasm) 73 project(RtViewerWasm)
74 74
75 add_executable(RtViewerWasm 75 add_executable(RtViewerWasm
76 RtViewer/RtViewerWasm.cpp 76 RtViewer/RtViewerWasm.cpp
77 ../Common/RtViewer.cpp 77 ../Common/RtViewerApp.cpp
78 ../Common/RtViewer.h 78 ../Common/RtViewerApp.h
79 ../Common/RtViewerView.cpp
80 ../Common/RtViewerView.h
79 ) 81 )
80 82
81 target_link_libraries(RtViewerWasm OrthancStone) 83 target_link_libraries(RtViewerWasm OrthancStone)
82 84
83 # Declare installation files for the module 85 # Declare installation files for the module