|
|
@@ -29,7 +29,7 @@ define_source_files (GLOB_CPP_PATTERNS src/*.c GLOB_H_PATTERNS src/*.h EXCLUDE_P
|
|
|
# Setup target
|
|
|
setup_library ()
|
|
|
|
|
|
-# Install headers for building the Urho3D library
|
|
|
+# Install headers for building and using the Urho3D library (no direct dependencies but library user may need them)
|
|
|
install_header_files (DIRECTORY src/ DESTINATION ${DEST_INCLUDE_DIR}/ThirdParty/Lua FILES_MATCHING PATTERN *.h) # Note: the trailing slash is significant
|
|
|
|
|
|
# Setup additional Lua standalone targets (these targets can be transfered and executed on an embedded device, such as Raspberry Pi and Android)
|