stephen-hqxu / superterrainplus

SuperTerrain+: A real-time procedural 3D infinite terrain engine with geographical features and photorealistic rendering.
MIT License
12 stars 1 forks source link

Move CMake configure files out of source #20

Closed stephen-hqxu closed 3 years ago

stephen-hqxu commented 3 years ago

Current state

Configure files in Template folder are output to the include directories of the main engine, which is not a very good practice. It may accidentally override files with the same name if the output name is changed in the future.

Suggestion

Output of such files should be transferred to build folder, i.e., binary output, and add the output folder to include path.

stephen-hqxu commented 3 years ago

Update

Issue is addressed, all configure file outputs are moved to the respecitve binary output of the interface directories.