8 lines
128 B
CMake
8 lines
128 B
CMake
include(impl.cmake)
|
|
|
|
add_executable(photon_light
|
|
src/main.cxx
|
|
)
|
|
|
|
target_link_libraries(photon_light PRIVATE photon_light_impl)
|