CMakeLists.txt 268 B

1234
  1. add_executable(Generate_CSS_PropertyID_h Generate_CSS_PropertyID_h.cpp)
  2. add_executable(Generate_CSS_PropertyID_cpp Generate_CSS_PropertyID_cpp.cpp)
  3. target_link_libraries(Generate_CSS_PropertyID_h LagomCore)
  4. target_link_libraries(Generate_CSS_PropertyID_cpp LagomCore)