mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-09 13:22:24 +03:00
- Migrates legacy text-based FILES, PACKAGES, and EXTERNLIB configuration files to proper CMake format (.cmake extensions) - Updates CMakeLists.txt files to use modern CMake practices with explicit configurations and target-specific definitions - Modifies the qt_macro.cmake to work with the new CMake variable-based file management system
14 lines
365 B
CMake
14 lines
365 B
CMake
# Source files for AndroidQt sample
|
|
set(OCCT_AndroidQt_FILES_LOCATION "${CMAKE_CURRENT_LIST_DIR}")
|
|
|
|
set(OCCT_AndroidQt_FILES
|
|
src/AndroidQt.cxx
|
|
src/AndroidQt.h
|
|
src/AndroidQt.qrc
|
|
src/AndroidQt_TouchParameters.cxx
|
|
src/AndroidQt_TouchParameters.h
|
|
src/AndroidQt_UserInteractionParameters.h
|
|
src/AndroidQt_Window.cxx
|
|
src/AndroidQt_Window.h
|
|
src/Main.cxx
|
|
) |