Start CMake modernization scaffold
This commit is contained in:
6
tools/pano_cli/CMakeLists.txt
Normal file
6
tools/pano_cli/CMakeLists.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
add_executable(pano_cli
|
||||
main.cpp)
|
||||
target_link_libraries(pano_cli PRIVATE
|
||||
pp_project_options
|
||||
pp_project_warnings
|
||||
pp_foundation)
|
||||
Reference in New Issue
Block a user